Aspose.Pdf.Text

The Aspose.Pdf.Text namespace provides classes that allow to extract text, add text, manipulate existing text of a document. It also contain classes that allow to extract, replace, substitute fonts of a document.

Classes

ClassDescription
AbsorbedCellRepresents cell of table that exist on the page
AbsorbedRowRepresents row of table that exist on the page
AbsorbedTableRepresents table that exist on the page
CharInfoRepresents a character info object. Provides character positioning information.
CharInfoCollectionRepresents CharInfo objects collection.
CustomFontSubstitutionBaseRepresents a base class for custom font substitution strategy.
FileFontSourceRepresents single font file source.
FolderFontSourceRepresents the folder that contains font files.
FontRepresents font object.
FontAbsorberRepresents an absorber object of fonts. Performs search for fonts and provides access to search results via Fonts collection.
FontCollectionRepresents font collection.
FontRepositoryPerforms font search. Searches in system installed fonts and standard Pdf fonts. Also provides functionality to open custom fonts.
FontSourceRepresents a base class fot font source.
FontSourceCollectionRepresents font sources collection.
FontSubstitutionRepresents a base class fot font substitution strategies.
FontSubstitutionCollectionRepresents font substitution strategies collection.
MarkupParagraphRepresents a paragraph.
MarkupSectionRepresents a markup section - the rectangular region of a page that contains text and can be visually divided from another text blocks.
MemoryFontSourceRepresents single font file source.
PageMarkupPage markup represented by collections of MarkupSection and MarkupParagraph.
ParagraphAbsorberRepresents 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.
PositionRepresents a position object
SimpleFontSubstitutionRepresents a class for simple font substitution strategy.
SystemFontSourceRepresents all fonts installed to the system.
SystemFontsSubstitutionRepresents a class for font substitution strategy that substitutes fonts with system fonts.
TableAbsorberRepresents an absorber object of table elements. Performs search and provides access to search results via TableList collection.
TabStopRepresents a custom Tab stop position in a paragraph.
TabStopsRepresents a collection of TabStop objects.
TextAbsorberRepresents an absorber object of a text. Performs text extraction and provides access to the result via Text object.
TextBuilderAppends text object to Pdf page.
TextEditOptionsDescubes options of text edit operations.
TextExtractionErrorDescribes the text extraction error has appeared in the PDF document.
TextExtractionErrorLocationRepresents the location in the PDF document where text extraction error has appeared.
TextExtractionOptionsRepresents text extraction options
TextFormattingOptionsRepresents text formatting options
TextFragmentRepresents fragment of Pdf text.
TextFragmentAbsorberRepresents an absorber object of text fragments. Performs text search and provides access to search results via TextFragments collection.
TextFragmentCollectionRepresents a text fragments collection
TextFragmentStateRepresents a text state of a text fragment.
TextOptionsRepresents text processing options
TextParagraphRepresents text paragraphs as multiline text object.
TextReplaceOptionsRepresents text replace options
TextSearchOptionsRepresents text search options
TextSegmentRepresents segment of Pdf text.
TextSegmentCollectionRepresents a text segments collection
TextStateRepresents a text state of a text

Interfaces

InterfaceDescription
IFontOptionsUseful properties to tune Font behaviour
ITableElementThis interface represents an element of existing table extracted by TableAbsorber.

Enumeration

EnumerationDescription
CoordinateOriginText CoordinateOrigin enumeration.
FontStylesSpecifies style information applied to text.
FontTypesSupported font types enumeration.
SubstitutionFontCategoriesRepresents font categories that can be substituted.
TabAlignmentTypeEnumerates the tab alignment types.
TabLeaderTypeEnumerates the tab leader types.
TextRenderingModeThe 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.