Aspose::Pdf::LogicalStructure::TableElement class

TableElement class

Represents Table structure element in logical structure.

class TableElement : public Aspose::Pdf::LogicalStructure::BLSElement

Methods

MethodDescription
AppendChild(System::SharedPtr<Element>)Append T:/Aspose::Pdf::LogicalStructure::Element to collection of children.
ChangeParentElement(System::SharedPtr<StructureElement>)Change parent element for current structure element.
ClearChilds()Clear all childs.
ClearId()Clear ID for structure element.
CreateTBody()Creates Aspose::Pdf::LogicalStructure::TableTHeadElement and added it to current table.
CreateTFoot()Creates Aspose::Pdf::LogicalStructure::TableTFootElement and added it to current table.
CreateTHead()Creates Aspose::Pdf::LogicalStructure::TableTHeadElement and added it to current table.
FindElements(bool)Find Elements of a given type.
GenerateId()Generate ID for structure element.
get_ActualText()Gets the actual text for structure element.
get_Alignment() constGets the table alignment.
get_AlternativeText()Gets the alternative text for structure element.
get_Attributes() constGets T:/Aspose::Pdf::LogicalStructure::StructureAttributeCollection object.
get_BackgroundColor() constGets the table background color.
get_Border() constGets the table border.
get_Broken() constGets table vertial broken;.
get_ChildElements()Gets children collection of T:/Aspose::Pdf::LogicalStructure::Element objects.
get_ColumnAdjustment() constGets the table column adjustment.
get_ColumnWidths() constGets the column widths of the table.
get_CornerStyle() constGets the styles of the border corners.
get_DefaultAttributeOwner() constGets T:/Aspose::Pdf::LogicalStructure::AttributeOwnerStandard object.
get_DefaultCellBorder() constGets default cell border.
get_DefaultCellPadding() constGets the default cell padding.
get_DefaultCellTextState()Gets the default cell text state.
get_DefaultColumnWidth() constGets default column width.
get_ExpansionText()Gets the expansion text for structure element.
get_ID()Gets the ID for structure element.
get_IsBordersIncluded() constGets border included in column widhts.
get_IsBroken() constGets the table is broken - will be truncated for next page.
get_Language()Gets the language for structure element.
get_Left() constGets the table left coordinate.
get_Page()Gets the page on which some or all child elements will be rendered.
get_ParentElement() constGet parent element.
get_RepeatingColumnsCount() constGets the maximum columns count for table.
get_RepeatingRowsCount() constGets the first rows count repeated for several pages.
get_RepeatingRowsStyle() constGets the style for repeating rows.
get_StructureType() constGets type of structure element.
get_Title()Gets the title for structure element.
get_Top() constGets the table top coordinate.
InsertChild(System::SharedPtr<Element>, int32_t)Insert T:/Aspose::Pdf::LogicalStructure::Element to collection of children at specified index.
Remove()Removes: an element from the structure, a reference to it from the parent object, references to it from child objects, the corresponding object from the document.
RemoveChild(int32_t)Remove child at.
set_ActualText(System::String)Sets the actual text for structure element.
set_Alignment(HorizontalAlignment)Sets the table alignment.
set_AlternativeText(System::String)Sets the alternative text for structure element.
set_BackgroundColor(System::SharedPtr<Color>)Sets the table background color.
set_Border(System::SharedPtr<BorderInfo>)Sets the table border.
set_Broken(TableBroken)Sets table vertial broken;.
set_ColumnAdjustment(Aspose::Pdf::ColumnAdjustment)Sets the table column adjustment.
set_ColumnWidths(System::String)Gets the column widths of the table.
set_CornerStyle(BorderCornerStyle)Sets the styles of the border corners.
set_DefaultCellBorder(System::SharedPtr<BorderInfo>)Gets default cell border.
set_DefaultCellPadding(System::SharedPtr<MarginInfo>)Sets the default cell padding.
set_DefaultCellTextState(System::SharedPtr<Aspose::Pdf::Text::TextState>)Sets the default cell text state.
set_DefaultColumnWidth(System::String)Sets default column width.
set_ExpansionText(System::String)Sets the expansion text for structure element.
set_IsBordersIncluded(bool)Sets border included in column widhts.
set_IsBroken(bool)Sets the table is broken - will be truncated for next page.
set_Language(System::String)Sets the language for structure element.
set_Left(float)Sets the table left coordinate.
set_RepeatingColumnsCount(int32_t)Sets the maximum columns count for table.
set_RepeatingRowsCount(int32_t)Gets the first rows count repeated for several pages.
set_RepeatingRowsStyle(System::SharedPtr<Aspose::Pdf::Text::TextState>)Gets the style for repeating rows.
set_Title(System::String)Sets the title for structure element.
set_Top(float)Sets the table top coordinate.
SetId(System::String)Sets ID for structure element.
SetTag(System::String)Sets custom tag for structure element.
Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC>) overrideBind a structure element to the content stream BDC operator.
Tag(System::SharedPtr<XForm>) overrideBind a structure element to the content stream XForm.
Tag(System::SharedPtr<XImage>) overrideBind a structure element to the XImage.
Tag(System::SharedPtr<Artifact>) overrideBind a structure element to the Artifact.
Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation>) overrideBind a structure element to the Annotation.
ToString() const overrideReturns a string that represents the current object.

See Also