Class FOPRtfAttributes

All Implemented Interfaces:
Cloneable

public class FOPRtfAttributes extends RtfAttributes
A RtfAttributes subclass that adds some helper set methods.
  • Constructor Details

    • FOPRtfAttributes

      public FOPRtfAttributes()
  • Method Details

    • setTwips

      public RtfAttributes setTwips(String name, Length value)
      Set an attribute that has a Length value (internal units in twips)
      Parameters:
      name - name of attribute
      value - value of attribute
      Returns:
      this (which now contains the new entry)
    • setTwips

      public RtfAttributes setTwips(String name, int value)
      Set an attribute using a value in millipoints (internal units in twips)
      Parameters:
      name - name of attribute
      value - value of attribute (in millipoints)
      Returns:
      this (which now contains the new entry)
    • setHalfPoints

      public RtfAttributes setHalfPoints(String name, Length value)
      Set an attribute that has a Length value (internal units in half-points)
      Parameters:
      name - name of attribute
      value - value of attribute
      Returns:
      this (which now contains the new entry)
    • set

      public RtfAttributes set(String name, Color color)
      Set an attribute that has a Color value.
      Parameters:
      name - name of attribute
      color - value of attribute
      Returns:
      this (which now contains the new entry)