Uses of Class
org.apache.fop.fo.properties.CommonTextDecoration
Packages that use CommonTextDecoration
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
RTF (Rich Text Format) Output Support
-
Uses of CommonTextDecoration in org.apache.fop.fo
Fields in org.apache.fop.fo declared as CommonTextDecorationModifier and TypeFieldDescriptionprivate CommonTextDecoration
FOText.textDecoration
Holds the text decoration values.Methods in org.apache.fop.fo that return CommonTextDecorationModifier and TypeMethodDescriptionFOText.getTextDecoration()
PropertyList.getTextDecorationProps()
Constructs a CommonTextDecoration object. -
Uses of CommonTextDecoration in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonTextDecorationModifier and TypeFieldDescriptionprivate CommonTextDecoration
AbstractPageNumberCitation.textDecoration
Holds the text decoration values.private CommonTextDecoration
Character.textDecoration
Holds the text decoration values.private CommonTextDecoration
PageNumber.textDecoration
Holds the text decoration values.Methods in org.apache.fop.fo.flow that return CommonTextDecorationModifier and TypeMethodDescriptionAbstractPageNumberCitation.getTextDecoration()
Character.getTextDecoration()
PageNumber.getTextDecoration()
-
Uses of CommonTextDecoration in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return CommonTextDecorationModifier and TypeMethodDescriptionprivate static CommonTextDecoration
CommonTextDecoration.calcTextDecoration
(PropertyList pList) static CommonTextDecoration
CommonTextDecoration.createFromPropertyList
(PropertyList pList) Creates a CommonTextDecoration object from a property list. -
Uses of CommonTextDecoration in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type CommonTextDecorationModifier and TypeMethodDescriptionstatic void
TraitSetter.addTextDecoration
(Area area, CommonTextDecoration deco) Adds the text-decoration traits to the area. -
Uses of CommonTextDecoration in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type CommonTextDecorationModifier and TypeMethodDescriptionprivate static void
TextAttributesConverter.attrTextDecoration
(CommonTextDecoration textDecoration, RtfAttributes rtfAttr)