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 LayoutMasterSet
StructureTreeEventTrigger. 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 LayoutMasterSet
PageSequenceMaster. layoutMasterSet
private LayoutMasterSet
Root. layoutMasterSet
Methods in org.apache.fop.fo.pagination that return LayoutMasterSet Modifier and Type Method Description LayoutMasterSet
PageSequenceMaster. getLayoutMasterSet()
LayoutMasterSet
Root. getLayoutMasterSet()
Returns the associated LayoutMasterSet.Methods in org.apache.fop.fo.pagination with parameters of type LayoutMasterSet Modifier and Type Method Description void
ConditionalPageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent RepeatablePageMasterAlternatives to resolve object references from simple page master reference namesvoid
RepeatablePageMasterAlternatives. resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoid
RepeatablePageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoid
SinglePageMasterReference. resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoid
SubSequenceSpecifier. resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoid
Root. setLayoutMasterSet(LayoutMasterSet layoutMasterSet)
Sets the associated LayoutMasterSet.
-