Uses of Class
org.apache.fop.fo.pagination.LayoutMasterSet
-
Packages that use LayoutMasterSet Package Description org.apache.fop.accessibility.fo org.apache.fop.fo.pagination All the pagination and declaration formatting objects. -
-
Uses of LayoutMasterSet in org.apache.fop.accessibility.fo
Fields in org.apache.fop.accessibility.fo declared as LayoutMasterSet Modifier and Type Field Description private LayoutMasterSetStructureTreeEventTrigger. layoutMasterSet -
Uses of LayoutMasterSet in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as LayoutMasterSet Modifier and Type Field Description private LayoutMasterSetPageSequenceMaster. layoutMasterSetprivate LayoutMasterSetRoot. layoutMasterSetMethods in org.apache.fop.fo.pagination that return LayoutMasterSet Modifier and Type Method Description LayoutMasterSetPageSequenceMaster. getLayoutMasterSet()LayoutMasterSetRoot. getLayoutMasterSet()Returns the associated LayoutMasterSet.Methods in org.apache.fop.fo.pagination with parameters of type LayoutMasterSet Modifier and Type Method Description voidConditionalPageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)called by the parent RepeatablePageMasterAlternatives to resolve object references from simple page master reference namesvoidRepeatablePageMasterAlternatives. resolveReferences(LayoutMasterSet layoutMasterSet)called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidRepeatablePageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidSinglePageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidSubSequenceSpecifier. resolveReferences(LayoutMasterSet layoutMasterSet)called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidRoot. setLayoutMasterSet(LayoutMasterSet layoutMasterSet)Sets the associated LayoutMasterSet.
-