Aspose::Pdf::LogicalStructure::TableCellElement class

TableCellElement class

Represents a base class for table cell elements (TH and TD) in logical structure.

class TableCellElement : public Aspose::Pdf::LogicalStructure::TableChildElement,
                         public Aspose::Pdf::LogicalStructure::ITextElement

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.
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 cell alignment.
get_AlternativeText()Gets the alternative text for structure element.
get_Attributes() constGets T:/Aspose::Pdf::LogicalStructure::StructureAttributeCollection object.
get_BackgroundColor() constGets the cell background color.
get_Border() constGets the cell border.
get_ChildElements()Gets children collection of T:/Aspose::Pdf::LogicalStructure::Element objects.
get_ColSpan() constGets the column span.
get_DefaultAttributeOwner() constGets T:/Aspose::Pdf::LogicalStructure::AttributeOwnerStandard object.
get_DefaultCellTextState()Gets the default cell text state.
get_ExpansionText()Gets the expansion text for structure element.
get_ID()Gets the ID for structure element.
get_IsNoBorder() constGets the cell have border.
get_IsWordWrapped() constGets the cell’s text word wrapped.
get_Language()Gets the language for structure element.
get_Margin() constGets the padding.
get_Page()Gets the page on which some or all child elements will be rendered.
get_ParentElement() constGet parent element.
get_RowSpan() constGets the row span.
get_StructureTextState() overrideGets T:/Aspose::Pdf::LogicalStructure::StructureTextState object for current 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_Alignment(HorizontalAlignment)Sets the cell alignment.
set_AlternativeText(System::String)Sets the alternative text for structure element.
set_BackgroundColor(System::SharedPtr<Color>)Sets the cell background color.
set_Border(System::SharedPtr<BorderInfo>)Sets the cell border.
set_ColSpan(int32_t)Sets the column span.
set_DefaultCellTextState(System::SharedPtr<Aspose::Pdf::Text::TextState>)Sets the default cell text state.
set_ExpansionText(System::String)Sets the expansion text for structure element.
set_IsNoBorder(bool)Sets the cell have border.
set_IsWordWrapped(bool)Sets the cell’s text word wrapped.
set_Language(System::String)Sets the language for structure element.
set_Margin(System::SharedPtr<MarginInfo>)Sets the padding.
set_RowSpan(int32_t)Sets the row span.
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.
SetText(System::String) overrideAppends text content to current text 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