Aspose::Pub namespace

Classes

ClassDescription
AssemblyConstantsDefines 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.
BaseStyleDeclares base functionality for PUB styles.
BuildVersionInfoThis class provides information about current product build.
DocSummaryInfoDocument summary info.
DocumentRepresents PUB document, holds all fields and relevant values.
Fill
FolderFontSourceRepresents the folder that contains font files.
FontSourceRepresents a base class for font source.
FontSubstitutionRepresents a class for a font substitution strategy based on font name.
GradientFill
ImageFill
IPdfConverterDeclares functionality to convert PUB document into PDF document.
IPubConverterDeclares functionality to convert PUB document into format specified.
IPubPackageConverterDeclares functionality for converting multiple Publisher documents to a specified format.
IPubParserDeclares functionality which parses publisher file and returns Document object as result of parsing.
LicenseProvides methods to license the component.
MetaInfoBase class for summary info objects.
MeteredProvides methods to set metered key.
MeteredBillingServiceThis internal class is used to handle customer’s matered state.
MeteredCountServiceThis internal class is used to handle customer’s consumption data, the unit is MB.
PackageDocumentCollectionRepresents collection of Publisher documents for package conversion.
PackageDocumentItemBase 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.
PackageFileItemDesigned to reference a Publisher document via file in package conversions.
PackageStreamItemDesigned to reference a Publisher document via stream in package conversions.
ParagraphStyleThis class describes style of PUB paragraph.
PatternFill
PubEmbeddedFont
PubFactoryFactory for PUB objects.
PubPackageConverter
PubToPdfConversionOptionsOptions for export to PDF format.
SolidFill
StopPoint
SummaryInfoSummary info.
TextGroupText group.
TextParagraphRepresents PUB text paragraph.
TextPartDisplayParamsDesigned 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.
TextStyleDescribes PUB text style.

Enums

EnumDescription
AlignmentTypeType of alignment.
FillTypes
LineSpacingTypeType of line spacing.
MeteredStateRepresents possible metered states.
PubDocumentTypeRepresents storage type for document.
PubExportFormatsSpecifies format to export Publisher document.
PubFormatVersion
SuperscriptTypeType of superscript.
UnderlineTypeUnderline type.