![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
| override void | Dispose () |
| override int | GetID () |
| Gets the ID of the Paragraph object that this object refers to. More... | |
| override global::System.IntPtr | GetRef () |
| SolidFramework.Model.Layout.LayoutObjectsCollection | GetLayoutObjects () |
| Gets the collection of LayoutParagraphLine objects that are contained within the paragraph. | |
| virtual int | GetPageNumber () |
| Gets the page number this object appears on (starting at 1) or -1 if it couldn't find the page More... | |
| SolidFramework.Model.Layout.LayoutObjectType | GetObjectType () |
| bool | Equals (SolidFramework.Model.Layout.LayoutObject other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (SolidFramework.Model.Layout.LayoutObject obj1, SolidFramework.Model.Layout.LayoutObject obj2) |
| static bool | operator!= (SolidFramework.Model.Layout.LayoutObject obj1, SolidFramework.Model.Layout.LayoutObject obj2) |
Properties | |
| override global::System.Drawing.Drawing2D.Matrix | Transform [get] |
| Gets the transformation matrix. More... | |
| override global::System.Drawing.SizeF | Size [get] |
| Gets the Size of the LayoutParagraph. More... | |
| SolidFramework.Model.Layout.LayoutChunkLinesCollection | ChunkLines [get] |
| Gets the PDF chunk locations for this paragraph grouped together into lines. This will be empty unless the CoreModel was created with PdfOptions.ExposeSourceDocumentPagination set to true. | |
| string | AllText [get] |
| Gets all of the text associated with the paragraph that this object contains layout information for. | |
| SolidFramework.Model.Layout.LayoutObject | this[int index] [get] |
| int | Count [get] |
| Gets the number of LayoutParagraphLine objects that are contained within the paragraph. | |
| double | Rotation [get] |
| Gets the rotation of the paragraph. More... | |
| virtual global::System.Drawing.RectangleF | Bounds [get] |
| Gets the transformed bounds of the object. More... | |
|
virtual |
Reimplemented from SolidFramework.Model.Layout.LayoutObject.
|
virtual |
Gets the ID of the Paragraph object that this object refers to.
Reimplemented from SolidFramework.Model.Layout.LayoutObject.
|
virtualinherited |
Gets the page number this object appears on (starting at 1) or -1 if it couldn't find the page
Reimplemented in SolidFramework.Model.Layout.LayoutPage.
|
virtual |
Reimplemented from SolidFramework.Model.Layout.LayoutObject.
|
getinherited |
Gets the transformed bounds of the object.
|
get |
Gets the rotation of the paragraph.
|
get |
Gets the Size of the LayoutParagraph.
|
get |
Gets the transformation matrix.
A Matrix that specifies the transform.