Uses of Enum
org.apache.fop.pdf.StandardStructureAttributes.Table.Scope
Packages that use StandardStructureAttributes.Table.Scope
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of StandardStructureAttributes.Table.Scope in org.apache.fop.pdf
Subclasses with type arguments of type StandardStructureAttributes.Table.Scope in org.apache.fop.pdfMethods in org.apache.fop.pdf that return StandardStructureAttributes.Table.ScopeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.StandardStructureAttributes.Table.Scope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.pdf with parameters of type StandardStructureAttributes.Table.ScopeModifier and TypeMethodDescription(package private) static voidStandardStructureAttributes.Table.Scope.addScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope) Sets the given scope on the given table header element.(package private) abstract voidVersionController.addTableHeaderScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope) (package private) voidVersionController.DynamicVersion.addTableHeaderScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope) (package private) voidVersionController.FixedVersion.addTableHeaderScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope) voidPDFDocument.registerStructureElement(PDFStructElem structElem, StandardStructureAttributes.Table.Scope scope) Assigns the given scope to the given element and adds it to the structure tree.