org.apache.fop.fo.expr
Class NCnameProperty

org.apache.fop.fo.Property
  |
  +--org.apache.fop.fo.expr.NCnameProperty

public class NCnameProperty
extends Property


Inner classes inherited from class org.apache.fop.fo.Property
Property.Maker

Constructor Summary
NCnameProperty(String ncName)
           

Method Summary
 ColorTypegetColor()
           
 StringgetNCname()
           
 StringgetString()
          Return the name as a String (should be specified with quotes!)

Methods inherited from class org.apache.fop.fo.Property
getCharacter, getColorType, getCondLength, getEnum, getLength, getLengthRange, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, setSpecifiedValue

Constructor Detail

NCnameProperty

public NCnameProperty(String ncName)
Method Detail

getColor

public ColorType getColor()
throws PropertyException

getNCname

public String getNCname()

getString

public String getString()
Return the name as a String (should be specified with quotes!)

Association Links

to Class java.lang.String