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

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class TableCellElement : TableChildElement, 
	ITextElement

The TableCellElement type exposes the following members.

Properties
  NameDescription
Public propertyActualText
Gets or sets the actual text for structure element.
(Inherited from StructureElement.)
Public propertyAlignment
Gets or sets the cell alignment.
Public propertyAlternativeText
Gets or sets the alternative text for structure element.
(Inherited from StructureElement.)
Public propertyAttributes
Gets [T:/Aspose.Pdf.LogicalStructure.StructureAttributeCollection] object.
(Inherited from StructureElement.)
Public propertyBackgroundColor
Gets or sets the cell background color.
Public propertyBorder
Gets or sets the cell border.
Public propertyChildElements
Gets children collection of [T:/Aspose.Pdf.LogicalStructure.Element] objects.
(Inherited from Element.)
Public propertyColSpan
Gets or sets the column span.
Public propertyDefaultAttributeOwner
Gets [T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
(Inherited from StructureElement.)
Public propertyDefaultCellTextState
Gets or sets the default cell text state.
Public propertyExpansionText
Gets or sets the expansion text for structure element.
(Inherited from StructureElement.)
Public propertyID
Gets the ID for structure element.
(Inherited from StructureElement.)
Public propertyIsNoBorder
Gets or sets the cell have border.
Public propertyIsWordWrapped
Gets or sets the cell's text word wrapped.
Public propertyLanguage
Gets or sets the language for structure element.
(Inherited from StructureElement.)
Public propertyMargin
Gets or sets the padding.
Public propertyParentElement
Get parent element.
(Inherited from Element.)
Public propertyRowSpan
Gets or sets the row span.
Public propertyStructureTextState
Gets [T:/Aspose.Pdf.LogicalStructure.StructureTextState] object for current element.
Public propertyStructureType
Gets type of structure element.
(Inherited from StructureElement.)
Public propertyTitle
Gets or sets the title for structure element.
(Inherited from StructureElement.)
Public propertyVerticalAlignment
Gets or sets the vertical alignment.
Methods
  NameDescription
Public methodAppendChild
Append [T:/Aspose.Pdf.LogicalStructure.Element] to collection of children.
(Inherited from Element.)
Public methodChangeParentElement
Change parent element for current structure element
(Inherited from StructureElement.)
Public methodClearId
Clear ID for structure element.
(Inherited from StructureElement.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindElementsT
Find Elements of a given type
(Inherited from Element.)
Public methodGenerateId
Generate ID for structure element.
(Inherited from StructureElement.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetId
Sets ID for structure element.
(Inherited from StructureElement.)
Public methodSetTag
Sets custom tag for structure element.
(Inherited from StructureElement.)
Public methodSetText
Appends text content to current text element.
Public methodToString
Returns a string that represents the current object.
(Inherited from StructureElement.)
See Also