Aspose::Pdf::LogicalStructure::TableTRElement class

TableTRElement class

Represents TR structure element in logical structure of the table.

class TableTRElement : public Aspose::Pdf::LogicalStructure::TableChildElement

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.
CreateTD()Creates Aspose::Pdf::LogicalStructure::TableTHElement and added it to current table.
CreateTH()Creates Aspose::Pdf::LogicalStructure::TableTHElement 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_AlternativeText()Gets the alternative text for structure element.
get_Attributes() constGets T:/Aspose::Pdf::LogicalStructure::StructureAttributeCollection object.
get_BackgroundColor() constGets the row background color.
get_Border() constGets the row border.
get_ChildElements()Gets children collection of T:/Aspose::Pdf::LogicalStructure::Element objects.
get_DefaultAttributeOwner() constGets T:/Aspose::Pdf::LogicalStructure::AttributeOwnerStandard object.
get_DefaultCellBorder() constGets default cell border.
get_DefaultCellPadding() constGets default margin for row cells.
get_DefaultCellTextState()Gets default text state for row cells.
get_ExpansionText()Gets the expansion text for structure element.
get_FixedRowHeight() constGets fixed row height - row may have fixed height.
get_ID()Gets the ID for structure element.
get_IsInNewPage() constGets fixed row is in new page - page with this property should be printed to next page Default false.
get_IsRowBroken() constGets is row can be broken between two pages.
get_Language()Gets the language for structure element.
get_MinRowHeight() constGets height for row.
get_Page()Gets the page on which some or all child elements will be rendered.
get_ParentElement() constGet parent element.
get_StructureType() constGets type of structure element.
get_Title()Gets the title for structure element.
get_VerticalAlignment() constGets the vertical alignment.
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_AlternativeText(System::String)Sets the alternative text for structure element.
set_BackgroundColor(System::SharedPtr<Color>)Sets the row background color.
set_Border(System::SharedPtr<BorderInfo>)Sets the row border.
set_DefaultCellBorder(System::SharedPtr<BorderInfo>)Gets default cell border.
set_DefaultCellPadding(System::SharedPtr<MarginInfo>)Sets default margin for row cells.
set_DefaultCellTextState(System::SharedPtr<Aspose::Pdf::Text::TextState>)Sets default text state for row cells.
set_ExpansionText(System::String)Sets the expansion text for structure element.
set_FixedRowHeight(double)Gets fixed row height - row may have fixed height.
set_IsInNewPage(bool)Gets fixed row is in new page - page with this property should be printed to next page Default false.
set_IsRowBroken(bool)Gets is row can be broken between two pages.
set_Language(System::String)Sets the language for structure element.
set_MinRowHeight(double)Gets height for row.
set_Title(System::String)Sets the title for structure element.
set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets the vertical alignment.
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