|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes
org.apache.fop.render.rtf.FOPRtfAttributes
public class FOPRtfAttributes
A RtfAttributes subclass that adds some helper set methods.
Constructor Summary | |
---|---|
FOPRtfAttributes()
|
Method Summary | |
---|---|
RtfAttributes |
set(java.lang.String name,
java.awt.Color color)
Set an attribute that has a Color value. |
RtfAttributes |
setHalfPoints(java.lang.String name,
Length value)
Set an attribute that has a Length value (internal units in half-points) |
RtfAttributes |
setTwips(java.lang.String name,
int value)
Set an attribute using a value in millipoints (internal units in twips) |
RtfAttributes |
setTwips(java.lang.String name,
Length value)
Set an attribute that has a Length value (internal units in twips) |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes |
---|
addIntegerValue, clone, getValue, getValueAsInteger, getXslAttributes, isSet, nameIterator, set, set, set, set, set, setXslAttributes, toString, unset |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FOPRtfAttributes()
Method Detail |
---|
public RtfAttributes setTwips(java.lang.String name, Length value)
name
- name of attributevalue
- value of attribute
public RtfAttributes setTwips(java.lang.String name, int value)
name
- name of attributevalue
- value of attribute (in millipoints)
public RtfAttributes setHalfPoints(java.lang.String name, Length value)
name
- name of attributevalue
- value of attribute
public RtfAttributes set(java.lang.String name, java.awt.Color color)
name
- name of attributecolor
- value of attribute
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |