Aspose::Pub Namespace Reference

Namespaces

namespace  Exceptions
 
namespace  Licensing
 
namespace  Tests
 
namespace  Utils
 

Classes

class  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. More...
 
class  BaseStyle
 Declares base functionality for PUB styles. More...
 
class  BuildVersionInfo
 This class provides information about current product build. More...
 
class  DocSummaryInfo
 Document summary info. More...
 
class  Document
 Represents PUB document, holds all fields and relevant values. More...
 
class  Fill
 
class  FolderFontSource
 Represents the folder that contains font files. More...
 
class  FontSource
 Represents a base class for font source. More...
 
class  FontSubstitution
 Represents a class for a font substitution strategy based on font name. More...
 
class  GradientFill
 
class  ImageFill
 
class  IPdfConverter
 Declares functionality to convert PUB document into PDF document. More...
 
class  IPubConverter
 Declares functionality to convert PUB document into format specified. More...
 
class  IPubPackageConverter
 Declares functionality for converting multiple Publisher documents to a specified format. More...
 
class  IPubParser
 Declares functionality which parses publisher file and returns Document object as result of parsing. More...
 
class  License
 Provides methods to license the component. More...
 
class  MetaInfo
 Base class for summary info objects. More...
 
class  Metered
 Provides methods to set metered key. More...
 
class  MeteredBillingService
 This internal class is used to handle customer's matered state. More...
 
class  MeteredCountService
 This internal class is used to handle customer's consumption data, the unit is MB. More...
 
class  PackageDocumentCollection
 Represents collection of Publisher documents for package conversion. More...
 
class  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. More...
 
class  PackageFileItem
 Designed to reference a Publisher document via file in package conversions. More...
 
class  PackageStreamItem
 Designed to reference a Publisher document via stream in package conversions. More...
 
class  ParagraphStyle
 This class describes style of PUB paragraph. More...
 
class  PatternFill
 
class  PubEmbeddedFont
 
class  PubFactory
 Factory for PUB objects. More...
 
class  PubPackageConverter
 
class  PubToPdfConversionOptions
 Options for export to PDF format. More...
 
class  SolidFill
 
class  StopPoint
 
class  SummaryInfo
 Summary info. More...
 
class  TextGroup
 Text group. More...
 
class  TextParagraph
 Represents PUB text paragraph. More...
 
class  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. More...
 
class  TextStyle
 Describes PUB text style. More...
 

Enumerations

enum class  PubFormatVersion : uint8_t { Pub_2002 = 1 , Pub_2000 }
 
enum class  FillTypes : uint8_t {
  Solid = 0 , Pattern , Texture , Bitmap ,
  Shade , ShadeCenter , ShadeFigure , ShadeScale ,
  ShadeTitle , Background , Empty
}
 
enum class  PubExportFormats {
  Pdf = 0 , Jpg = 1 , Png , Tiff ,
  Gif , Bmp , Doc , Docx ,
  Xls , Xlsx , Csv , Pptx ,
  Xps , Epub , Tex , Mhtml ,
  Html , Svg
}
 Specifies format to export Publisher document. More...
 
enum class  PubDocumentType { File , Stream }
 Represents storage type for document. More...
 
enum class  MeteredState { Evaluation , Paid }
 Represents possible metered states. More...
 
enum class  SuperscriptType : uint8_t { NoSuperSubScript = 0 , Superscript , Subscript }
 Type of superscript. More...
 
enum class  AlignmentType : uint8_t { Left = 0 , Right , Center , Justify = 6 }
 Type of alignment. More...
 
enum class  LineSpacingType : uint8_t { Points = 0 , Lines = 1 }
 Type of line spacing. More...
 
enum class  UnderlineType : uint8_t {
  Unknown = 0 , Single , WordsOnly , Double ,
  Dotted , Thick = 6 , Dash , DotDash = 9 ,
  DotDotDash , Wave , ThickWave = 16 , ThickDot ,
  ThickDash , ThickDotDash , ThickDotDotDash , LongDash ,
  ThickLongDash , DoubleWave
}
 Underline type. More...
 

Enumeration Type Documentation

◆ AlignmentType

enum class Aspose::Pub::AlignmentType : uint8_t
strong

Type of alignment.

Enumerator
Left 

Left alignment.

Right 

Right alignment.

Center 

Center alignment.

Justify 

Justify alignment.

◆ FillTypes

enum class Aspose::Pub::FillTypes : uint8_t
strong
Enumerator
Solid 
Pattern 
Texture 
Bitmap 
Shade 
ShadeCenter 
ShadeFigure 
ShadeScale 
ShadeTitle 
Background 
Empty 

◆ LineSpacingType

enum class Aspose::Pub::LineSpacingType : uint8_t
strong

Type of line spacing.

Enumerator
Points 

Line spacing directly in points.

Lines 

Coefficient of count of lines.

◆ MeteredState

enum class Aspose::Pub::MeteredState
strong

Represents possible metered states.

Enumerator
Evaluation 

The metered is evaluation.

Paid 

The metered is a paid customer.

◆ PubDocumentType

enum class Aspose::Pub::PubDocumentType
strong

Represents storage type for document.

Enumerator
File 

Document is located in a file on disk.

Stream 

Document is in the stream.

◆ PubExportFormats

enum class Aspose::Pub::PubExportFormats
strong

Specifies format to export Publisher document.

Enumerator
Pdf 

Means export to PDF format.

Jpg 

Means export to Jpeg format.

Png 

Means export to Png format.

Tiff 

Means export to Tiff format.

Gif 

Means export to Gif format.

Bmp 

Means export to Bmp format.

Doc 

Means export to DOC format.

Docx 

Means export to DOCX format.

Xls 

Means export to Excel 2003 XML format.

Xlsx 

Means export to Office Open XML (.xlsx) file format.

Csv 

Means export to a comma-separated values (CSV) file format.

Pptx 

Means export to Microsoft PowerPoint file format.

Xps 

Means export to XPS format.

Epub 

Means export to EPUB format(special format of e-books)

Tex 

Means export to TEX format i.e. format suitable for Latex text editor.

Mhtml 

Means export to MHTML (MIME HTML) format.

Html 

Means export to HTML format.

Svg 

Means export to SVG format.

◆ PubFormatVersion

enum class Aspose::Pub::PubFormatVersion : uint8_t
strong
Enumerator
Pub_2002 
Pub_2000 

◆ SuperscriptType

enum class Aspose::Pub::SuperscriptType : uint8_t
strong

Type of superscript.

Enumerator
NoSuperSubScript 

NoSuperSubScript.

Superscript 

Superscript type.

Subscript 

Subscript type.

◆ UnderlineType

enum class Aspose::Pub::UnderlineType : uint8_t
strong

Underline type.

Enumerator
Unknown 

Unknown underline type.

Single 

Single line.

WordsOnly 

Words only.

Double 

Double underline type.

Dotted 

Dotted underline type.

Thick 

Thick underline type.

Dash 

Dash underline type.

DotDash 

DotDash underline type.

DotDotDash 

DotDotDash underline type.

Wave 

Wave underline type.

ThickWave 

ThickWave underline type.

ThickDot 

ThickDot underline type.

ThickDash 

ThickDash underline type.

ThickDotDash 

ThickDotDash underline type.

ThickDotDotDash 

ThickDotDotDash underline type.

LongDash 

LongDash underline type.

ThickLongDash 

ThickLongDash underline type.

DoubleWave 

DoubleWave underline type.