mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Added EPUB plugin
This commit is contained in:
13
QuickLook.Plugin/VersOne.Epub/RefEntities/EpubContentRef.cs
Normal file
13
QuickLook.Plugin/VersOne.Epub/RefEntities/EpubContentRef.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace VersOne.Epub
|
||||
{
|
||||
public class EpubContentRef
|
||||
{
|
||||
public Dictionary<string, EpubTextContentFileRef> Html { get; set; }
|
||||
public Dictionary<string, EpubTextContentFileRef> Css { get; set; }
|
||||
public Dictionary<string, EpubByteContentFileRef> Images { get; set; }
|
||||
public Dictionary<string, EpubByteContentFileRef> Fonts { get; set; }
|
||||
public Dictionary<string, EpubContentFileRef> AllFiles { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user