AssemblyConstants | Defines the constants that participate in the license check for the component. These used to be defined directly as assembly attributes, but I moved them into separate class because in .NET Compact Framework I cannot access assembly attributes. Now the licensing code when compiled for the .NET Compact Framework uses these constants instead of the assembly attributes. |
BaseStyle | Declares base functionality for PUB styles. |
BuildVersionInfo | This class provides information about current product build. |
DocSummaryInfo | Document summary info. |
Document | Represents PUB document, holds all fields and relevant values. |
Fill | |
FolderFontSource | Represents the folder that contains font files. |
FontSource | Represents a base class for font source. |
FontSubstitution | Represents a class for a font substitution strategy based on font name. |
GradientFill | |
ImageFill | |
IPdfConverter | Declares functionality to convert PUB document into PDF document. |
IPubConverter | Declares functionality to convert PUB document into format specified. |
IPubPackageConverter | Declares functionality for converting multiple Publisher documents to a specified format. |
IPubParser | Declares functionality which parses publisher file and returns Document object as result of parsing. |
License | Provides methods to license the component. |
MetaInfo | Base class for summary info objects. |
Metered | Provides methods to set metered key. |
MeteredBillingService | This internal class is used to handle customer’s matered state. |
MeteredCountService | This internal class is used to handle customer’s consumption data, the unit is MB. |
PackageDocumentCollection | Represents collection of Publisher documents for package conversion. |
PackageDocumentItem | Base class for Publisher document references for use in package conversions. Provides fields for specifying output source for the converted document - OutputFileName for a disk file and OutputStream for stream. Also provides conversion settings. |
PackageFileItem | Designed to reference a Publisher document via file in package conversions. |
PackageStreamItem | Designed to reference a Publisher document via stream in package conversions. |
ParagraphStyle | This class describes style of PUB paragraph. |
PatternFill | |
PubEmbeddedFont | |
PubFactory | Factory for PUB objects. |
PubPackageConverter | |
PubToPdfConversionOptions | Options for export to PDF format. |
SolidFill | |
StopPoint | |
SummaryInfo | Summary info. |
TextGroup | Text group. |
TextParagraph | Represents PUB text paragraph. |
TextPartDisplayParams | Designed to hold text which sholud be displayed for end users. Cases like document 383.pub open a situation, when original text from Publisher document can’t be displayed to end users without modifications. At current moment it’s enough to simply hold modified version of original text, which differs from original only in unicode values, but next times could be cases when modified version will differ from original not only in unicodes but also in text length and something like this. If that cases come, this class should be modified to accomodate new requirements for displayed text. |
TextStyle | Describes PUB text style. |