public abstract class Element extends Object
Class representing base element of logical structure.
Modifier and Type | Method and Description |
---|---|
String |
getActualText()
(Optional; PDF 1.4) Text that is an exact replacement for the structure element and its children.
|
String |
getAlt()
(Optional) An alternate description of the structure element and its children in
human-readableform, which is useful when extracting the document’s contents in support
of accessibility to users with disabilities or for other purposes.
|
com.aspose.ms.System.Collections.ArrayList |
getChildren()
Gets child elements collection.
|
String |
getE()
(Optional; PDF 1.5) The expanded form of an abbreviation.
|
String |
getLang()
(Optional; PDF 1.4) A language specifying the natural language for all text
in the structure element except where overridden by language specifications for nested structure
elements or marked content.
|
void |
setActualText(String value) |
void |
setAlt(String value) |
void |
setE(String value) |
void |
setLang(String value) |
public com.aspose.ms.System.Collections.ArrayList getChildren()
Gets child elements collection.
public String getLang()
(Optional; PDF 1.4) A language specifying the natural language for all text in the structure element except where overridden by language specifications for nested structure elements or marked content.
public void setLang(String value)
public String getActualText()
(Optional; PDF 1.4) Text that is an exact replacement for the structure element and its children. This replacement text (which should apply to as small a piece of content as possible) is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes.
public void setActualText(String value)
public String getAlt()
(Optional) An alternate description of the structure element and its children in human-readableform, which is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes.
public void setAlt(String value)
public String getE()
(Optional; PDF 1.5) The expanded form of an abbreviation.
public void setE(String value)
Copyright © 2020 Aspose. All Rights Reserved.