Classes | |
class | AbsorbedCell |
Represents cell of table that exist on the page More... | |
class | AbsorbedRow |
Represents row of table that exist on the page More... | |
class | AbsorbedTable |
Represents table that exist on the page More... | |
class | CharInfo |
Represents a character info object. Provides character positioning information. More... | |
class | CharInfoCollection |
Represents CharInfo objects collection. More... | |
class | CustomFontSubstitutionBase |
Represents a base class for custom font substitution strategy. More... | |
class | FileFontSource |
Represents single font file source. More... | |
class | FolderFontSource |
Represents the folder that contains font files. More... | |
class | Font |
Represents font object. More... | |
class | FontAbsorber |
Represents an absorber object of fonts. Performs search for fonts and provides access to search results via FontAbsorber::Fonts collection. More... | |
class | FontCollection |
Represents font collection. More... | |
class | FontRepository |
Performs font search. Searches in system installed fonts and standard Pdf fonts. Also provides functionality to open custom fonts. More... | |
class | FontSource |
Represents a base class fot font source. More... | |
class | FontSourceCollection |
Represents font sources collection. More... | |
class | FontSubstitution |
Represents a base class fot font substitution strategies. More... | |
class | FontSubstitutionCollection |
Represents font substitution strategies collection. More... | |
class | IFontOptions |
Useful properties to tune Font behaviour More... | |
class | IFontSubstitutionCallback |
This interface declares a callback mechanism to send notifications More... | |
class | IFontSubstitutionRegistrator |
This interface declares necessary functionality for register font substitutions More... | |
class | ITableElement |
This interface represents an element of existing table extracted by TableAbsorber. More... | |
class | MarkupParagraph |
Represents a paragraph. More... | |
class | MarkupSection |
Represents a markup section - the rectangular region of a page that contains text and can be visually divided from another text blocks. More... | |
class | MemoryFontSource |
Represents single font file source. More... | |
class | OnSegmentChangedEventArgs |
Contains additional information about OnSegmentChangedEvent that is delivered to listeners. More... | |
class | PageMarkup |
Page markup represented by collections of MarkupSection and MarkupParagraph. More... | |
class | ParagraphAbsorber |
Represents an absorber object of page structure objects such as sections and paragraphs. Performs search for sections and paragraphs of text and provides access for rectangles and polydons that describes it in text coordinate space. Also performs text segments search and provides access to search results via TextFragments collections grouped by structure elements. More... | |
class | ParagraphAbsorberOptions |
Represents options for the ParagraphAbsorber. More... | |
class | Position |
Represents a position object More... | |
class | SimpleFontSubstitution |
Represents a class for simple font substitution strategy. More... | |
class | SystemFontSource |
Represents all fonts installed to the system. More... | |
class | SystemFontsSubstitution |
Represents a class for font substitution strategy that substitutes fonts with system fonts. More... | |
class | TableAbsorber |
Represents an absorber object of table elements. Performs search and provides access to search results via TableAbsorber::TableList collection. More... | |
class | TabStop |
Represents a custom Tab stop position in a paragraph. More... | |
class | TabStops |
Represents a collection of TabStop objects. More... | |
class | TextAbsorber |
Represents an absorber object of a text. Performs text extraction and provides access to the result via TextAbsorber::Text object. More... | |
class | TextBuilder |
Appends text object to Pdf page. More... | |
class | TextEditOptions |
Descubes options of text edit operations. More... | |
class | TextExtractionError |
Describes the text extraction error has appeared in the PDF document. More... | |
class | TextExtractionErrorLocation |
Represents the location in the PDF document where text extraction error has appeared. More... | |
class | TextExtractionOptions |
Represents text extraction options More... | |
class | TextFormattingOptions |
Represents text formatting options More... | |
class | TextFragment |
Represents fragment of Pdf text. More... | |
class | TextFragmentAbsorber |
Represents an absorber object of text fragments. Performs text search and provides access to search results via TextFragmentAbsorber::TextFragments collection. More... | |
class | TextFragmentCollection |
Represents a text fragments collection More... | |
class | TextFragmentState |
Represents a text state of a text fragment. More... | |
class | TextOptions |
Represents text processing options More... | |
class | TextParagraph |
Represents text paragraphs as multiline text object. More... | |
class | TextReplaceOptions |
Represents text replace options More... | |
class | TextSearchOptions |
Represents text search options More... | |
class | TextSegment |
Represents segment of Pdf text. More... | |
class | TextSegmentCollection |
Represents a text segments collection More... | |
class | TextState |
Represents a text state of a text More... | |
class | UnicodeSubstitution |
Represents character code substitution. More... | |
Functions | |
DECLARE_ENUM_OPERATORS (Aspose::Pdf::Text::FontStyles) | |
DECLARE_ENUM_OPERATORS (Aspose::Pdf::Text::TextReplaceOptions::ReplaceAdjustment) | |
DECLARE_ENUM_OPERATORS (Aspose::Pdf::Text::TextRenderingMode) | |
DECLARE_ENUM_OPERATORS (Aspose::Pdf::Text::TextState::SetFlagsEnum) | |
|
strong |
Text CoordinateOrigin enumeration.
Enumerator | |
---|---|
BaseLine | The lowest coordinate of text should be treated as the baseline. |
Descender | The lowest coordinate of text should be treated as the descender line. |
|
strong |
Specifies style information applied to text.
This enumeration has a FlagsAttribute attribute that allows a combination of its member values.
Enumerator | |
---|---|
Regular | Regular text. |
Bold | Bold text. |
Italic | Italic text. |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
The text rendering mode, Tmode, determines whether showing text shall cause glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.
Aspose::Pdf::Text::DECLARE_ENUM_OPERATORS | ( | Aspose::Pdf::Text::FontStyles | ) |
Aspose::Pdf::Text::DECLARE_ENUM_OPERATORS | ( | Aspose::Pdf::Text::TextRenderingMode | ) |
Aspose::Pdf::Text::DECLARE_ENUM_OPERATORS | ( | Aspose::Pdf::Text::TextReplaceOptions::ReplaceAdjustment | ) |
Aspose::Pdf::Text::DECLARE_ENUM_OPERATORS | ( | Aspose::Pdf::Text::TextState::SetFlagsEnum | ) |