![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Classes | |
| class | LayoutChunk |
| Represents a chunk of text as loaded from the PDF More... | |
| class | LayoutChunkLine |
| Represents a line of text chunks that were loaded from the PDF More... | |
| class | LayoutChunkLinesCollection |
| class | LayoutChunkParagraph |
| Represents a paragraph of text chunks that were loaded from the PDF More... | |
| class | LayoutChunksCollection |
| class | LayoutDocument |
| Contains information about the location of objects within the document. More... | |
| class | LayoutGraphic |
| Provides access to the layout information for a graphic in a PDF document. More... | |
| class | LayoutGroup |
| class | LayoutImage |
| Provides access to the layout information for an image in a PDF document. More... | |
| class | LayoutObject |
| Abstract base class for all objects that contain layout information for items in a PDF document More... | |
| class | LayoutObjectsCollection |
| class | LayoutPage |
| Provides access to the layout information for a page of a PDF document. More... | |
| class | LayoutParagraph |
| class | LayoutParagraphLine |
| Represents a single line within the document, and provides access to the layout information for that line. More... | |
| class | LayoutParagraphListItem |
| Represents a single word within the document, and provides access to the layout information for that word. NOTE: a LayoutParagraphWord does not map directly to a SolidFramework.Model.Plumbing.Run. More... | |
| class | LayoutParagraphWord |
| Represents a single word within the document, and provides access to the layout information for that word. NOTE: a LayoutParagraphWord does not map directly to a SolidFramework.Model.Plumbing.Run. More... | |
| class | LayoutTable |
| Represents a table within the document, and provides access to the layout information for that table. More... | |
| class | LayoutTextBox |
| Represents a textbox within the document, and provides access to the layout information for that textbox. More... | |
Enumerations | |
| enum | LayoutObjectType { Page = 0 , Image = 1 , Table = 2 , Group = 3 , Graphic = 4 , TextBox = 5 , Paragraph = 6 , ParagraphLine = 7 , ParagraphWord = 8 , ParagraphListItem = 9 , Object = 100 } |