Class TextStyleDefinition

All Implemented Interfaces:
Serializable

public class TextStyleDefinition extends TextCompositeDefinition
This text node is used to indicate that all the child nodes of this composite node should be rendered using the style defined in this node.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • getType

      public TextNodeType getType()
      Description copied from class: TextNodeBase
      This method returns the type of the text node.
      Specified by:
      getType in class TextNodeBase
      Returns:
      The type of the text node.
    • getStyle

      public PresentationStyle getStyle()
      This method returns the style that should be used when rendering the child nodes of this composite node.
      Returns:
      the style that should be used when rendering the child nodes of this composite node.