Uses of Class
org.apache.fop.fo.properties.CommonTextDecoration
-
Packages that use CommonTextDecoration Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of CommonTextDecoration in org.apache.fop.fo
Fields in org.apache.fop.fo declared as CommonTextDecoration Modifier and Type Field Description private CommonTextDecorationFOText. textDecorationHolds the text decoration values.Methods in org.apache.fop.fo that return CommonTextDecoration Modifier and Type Method Description CommonTextDecorationFOText. getTextDecoration()CommonTextDecorationPropertyList. getTextDecorationProps()Constructs a CommonTextDecoration object. -
Uses of CommonTextDecoration in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonTextDecoration Modifier and Type Field Description private CommonTextDecorationAbstractPageNumberCitation. textDecorationHolds the text decoration values.private CommonTextDecorationCharacter. textDecorationHolds the text decoration values.private CommonTextDecorationPageNumber. textDecorationHolds the text decoration values.Methods in org.apache.fop.fo.flow that return CommonTextDecoration Modifier and Type Method Description CommonTextDecorationAbstractPageNumberCitation. getTextDecoration()CommonTextDecorationCharacter. getTextDecoration()CommonTextDecorationPageNumber. getTextDecoration() -
Uses of CommonTextDecoration in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return CommonTextDecoration Modifier and Type Method Description private static CommonTextDecorationCommonTextDecoration. calcTextDecoration(PropertyList pList)static CommonTextDecorationCommonTextDecoration. 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 CommonTextDecoration Modifier and Type Method Description static voidTraitSetter. 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 CommonTextDecoration Modifier and Type Method Description private static voidTextAttributesConverter. attrTextDecoration(CommonTextDecoration textDecoration, RtfAttributes rtfAttr)
-