Uses of Interface
org.openpdf.layout.Styleable
Packages that use Styleable
-
Uses of Styleable in org.openpdf.layout
Methods in org.openpdf.layout that return types with arguments of type StyleableModifier and TypeMethodDescriptionBoxBuilder.createGeneratedContent(LayoutContext c, Element element, String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedContentList(LayoutContext c, Element element, PropertyValue propValue, @Nullable String peName, CalculatedStyle style, int mode, @Nullable BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedMarginBoxContent(LayoutContext c, Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info) Methods in org.openpdf.layout with parameters of type StyleableModifier and TypeMethodDescriptionprivate static booleanWhitespaceStripper.canCollapseThrough(Styleable styleable) Method parameters in org.openpdf.layout with type arguments of type StyleableModifier and TypeMethodDescriptionprivate static booleanBoxBuilder.containsOrphanedTableContent(List<Styleable> children) private static voidprivate static voidBoxBuilder.createAnonymousTableContent(LayoutContext c, BlockBox source, IdentValue next, List<Styleable> childrenForAnonymous, List<Styleable> childrenWithAnonymous) private static voidBoxBuilder.createChildren(LayoutContext c, BlockBox blockParent, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline) private static voidBoxBuilder.insertAnonymousBlocks(Box parent, List<Styleable> children, boolean layoutRunningBlocks) private static voidBoxBuilder.insertGeneratedContent(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static booleanBoxBuilder.isAllProperTableNesting(IdentValue parentDisplay, List<Styleable> children) private static BoxBuilder.ChildBoxInfoBoxBuilder.lookForBlockContent(List<Styleable> styleables) private static voidBoxBuilder.rebalanceInlineContent(List<Styleable> content) Makes sure that anyInlineBoxincontentboth starts and ends withincontent.private static voidBoxBuilder.resolveChildren(BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.resolveChildTableContent(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, IdentValue target) Handles the situation when we find table content, but our parent is not table related.private static voidBoxBuilder.resolveTableContent(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.private static voidBoxBuilder.stripAllWhitespace(List<Styleable> content) static voidWhitespaceStripper.stripInlineContent(List<Styleable> inlineContent) Strips whitespace early in inline content generation.private static voidWhitespaceStripper.stripTextContent(List<Styleable> stripped) -
Uses of Styleable in org.openpdf.newtable
Classes in org.openpdf.newtable that implement StyleableModifier and TypeClassDescriptionclassclassclassAn object representing an element withdisplay: table-columnordisplay: table-column-group.classclass -
Uses of Styleable in org.openpdf.render
Classes in org.openpdf.render that implement StyleableModifier and TypeClassDescriptionfinal classAn anonymous block box as defined in the CSS spec.classA block box as defined in the CSS spec.classclassA class which represents a portion of an inline element.final classABoxwhich contains the portion of an inline element laid out on a single line.classA line box contains a single line of text (or other inline content).classA dummy box representing one side of the margin area of a page.classA dummy box representing the viewportFields in org.openpdf.render with type parameters of type StyleableMethods in org.openpdf.render that return types with arguments of type StyleableMethod parameters in org.openpdf.render with type arguments of type StyleableModifier and TypeMethodDescriptionfinal voidBlockBox.setInlineContent(List<Styleable> inlineContent)