org.apache.fop.fo
Class Property
- Direct Known Subclasses:
- CharacterProperty, ColorTypeProperty, EnumProperty, NCnameProperty, NumericProperty, LengthProperty, LengthRangeProperty, NumberProperty, SpaceProperty, StringProperty, SVGD, SVGLengthListProperty, SVGLengthProperty, SVGPoints, SVGStringProperty, SVGStyle, SVGTransform, TextProperty
- public class Property
getCharacter
public char getCharacter()
getColorType
public ColorType getColorType()
getCondLength
public CondLength getCondLength()
getEnum
public int getEnum()
getLength
public Length getLength()
- Accessor functions for all possible Property datatypes
getLengthRange
public LengthRange getLengthRange()
getNCname
public String getNCname()
getNumber
public Number getNumber()
getNumeric
public Numeric getNumeric()
getObject
public Object getObject()
getSpace
public Space getSpace()
getSpecifiedValue
public String getSpecifiedValue()
- Return the original value specified for the property attribute.
- Returns: The specified value as a String.
getString
public String getString()
setSpecifiedValue
public void setSpecifiedValue(String specVal)
- Set the original value specified for the property attribute.
- Parameters:
- specVal - The specified value.
to Class java.lang.String- The original specified value for properties which inherit
specified values.