Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementBase
Apitron.PDF.Kit.FixedLayout.ContentElementsTextContentElement
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a text content element.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementBase
Apitron.PDF.Kit.FixedLayout.ContentElementsTextContentElement
Namespace: Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The TextContentElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Boundary |
Gets the boundary of the text element.
(Overrides ContentElementBaseBoundary.) |
![]() | ElementType |
Gets the content elenent type.
(Overrides ContentElementBaseElementType.) |
![]() | NonStrokingColor |
Gets the color of the non stroking.
|
![]() | NonStrokingColorSpaceID |
Gets the non stroking color space identifier.
|
![]() | Segments |
Gets segments of this text element.
|
![]() | StrokingColor |
Gets the color of the stroking.
|
![]() | StrokingColorSpaceID |
Gets the stroking color space identifier.
|
![]() | TextObject |
Gets the associated text object.
|
Methods
Name | Description | |
---|---|---|
![]() | AddContent(ClippedContent, Boolean) |
Adds the ClippedContent before of after the content element.
(Inherited from ContentElementBase.) |
![]() | AddContent(TextObject, Boolean) |
Adds the TextObject before of after the content element.
(Inherited from ContentElementBase.) |
![]() | Move |
Moves the content element using specified offsets.
(Inherited from ContentElementBase.) |
![]() | Remove |
Removes the content element.
(Overrides ContentElementBaseRemove.) |
![]() | Scale |
Scales the content element using specified scales.
(Inherited from ContentElementBase.) |
![]() | Transform |
Transforms the content element using specified transformation matrix.
(Inherited from ContentElementBase.) |
See Also