|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DtWritingMode | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.fo.prop | Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). |
org.foray.fotree.value | Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). |
Uses of DtWritingMode in org.foray.fotree |
---|
Methods in org.foray.fotree that return DtWritingMode | |
---|---|
DtWritingMode |
PropertyList.getWritingMode(FObj fobj,
org.axsl.fo.FoContext context)
Returns the writing-mode property. |
DtWritingMode |
FObj.traitWritingMode(org.axsl.fo.FoContext context)
Returns the writing-mode for this FO. |
Uses of DtWritingMode in org.foray.fotree.fo.prop |
---|
Methods in org.foray.fotree.fo.prop that return DtWritingMode | |
---|---|
DtWritingMode |
PdWritingMode.getValue()
Returns the value of this property. |
static DtWritingMode |
PdWritingMode.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
Uses of DtWritingMode in org.foray.fotree.value |
---|
Methods in org.foray.fotree.value that return DtWritingMode | |
---|---|
static DtWritingMode |
DtWritingMode.obtainWritingMode(String writingModeName)
Returns the DtWritingMode instance for a given description of
that writing mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |