TableElement

Overview

TableElement is a class in Aspose.PDF FOSS for Java. Inherits from: Element.

Represents a table (Table) structure element in the logical structure tree (ISO 32000-1:2008, §14.8.4.4, Table 337).

This class provides 18 methods for working with TableElement objects in Java programs. Available methods include: TableElement, adjustPosition, appendChild, getAlternateDescription, getAlternativeText, getLanguage, getPositionSettings, getRepeatingRowsCount, getStructureElement, getStructureTextState, getText, getTitle, and 6 additional methods. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: alternateDescription, alternativeText, language, positionSettings, repeatingRowsCount, structureElement, and 3 more.

Properties

NameTypeAccessDescription
repeatingRowsCountintReadReturns the number of repeating header rows.
textStringReadReturns the actual text (/ActualText) of this element.
languageStringReadReturns the language (/Lang) of this element.
structureElementStructureElementReadReturns the underlying structure element.
titleStringReadReturns the title (/T) of this element.
alternateDescriptionStringReadReturns the alternate description (/Alt) of this element.
structureTextStateStructureTextStateReadReturns the structure text state for this element.
alternativeTextStringReadReturns the alternative text (/Alt) for this element.
positionSettingsPositionSettingsReadReturns the position settings for this element.

Methods

SignatureDescription
TableElement(se: StructureElement)Creates a Table element wrapping the given structure element.
getRepeatingRowsCount()intReturns the number of repeating header rows.
setRepeatingRowsCount(count: int)Sets the number of repeating header rows.
setText(text: String)Sets the actual text (/ActualText) for this element.
getText()StringReturns the actual text (/ActualText) of this element.
setLanguage(lang: String)Sets the language (/Lang) for this element.
getLanguage()StringReturns the language (/Lang) of this element.
appendChild(child: Element)Appends a child element.
getStructureElement()StructureElementReturns the underlying structure element.
setTitle(title: String)Sets the title (/T) for this element.
getTitle()StringReturns the title (/T) of this element.
setAlternateDescription(alt: String)Sets the alternate description (/Alt) for this element.
getAlternateDescription()StringReturns the alternate description (/Alt) of this element.
getStructureTextState()StructureTextStateReturns the structure text state for this element.
setAlternativeText(text: String)Sets the alternative text (/Alt) for this element.
getAlternativeText()StringReturns the alternative text (/Alt) for this element.
adjustPosition(settings: PositionSettings)Adjusts the position of this element using the given settings.
getPositionSettings()PositionSettingsReturns the position settings for this element.

See Also

 English