Class TextItemStyleNode
- java.lang.Object
-
- com.aquima.web.api.model.page.element.TextItemNode
-
- com.aquima.web.api.model.page.element.TextItemStyleNode
-
public class TextItemStyleNode extends TextItemNode
This class represents a style node within the text item.- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description TextItemStyleNode(String presentationStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<TextItemNode>
getNodes()
String
getNodeType()
This method returns the type of the node.String
getPresentationStyle()
int
hashCode()
-
-
-
Constructor Detail
-
TextItemStyleNode
public TextItemStyleNode(String presentationStyle)
-
-
Method Detail
-
getNodeType
public String getNodeType()
Description copied from class:TextItemNode
This method returns the type of the node.- Specified by:
getNodeType
in classTextItemNode
- Returns:
- The type of the node.
-
getPresentationStyle
public String getPresentationStyle()
-
getNodes
public List<TextItemNode> getNodes()
-
-