Uses of Interface
com.openhtmltopdf.layout.Styleable
-
Packages that use Styleable Package Description com.openhtmltopdf.layout com.openhtmltopdf.newtable com.openhtmltopdf.render -
-
Uses of Styleable in com.openhtmltopdf.layout
Method parameters in com.openhtmltopdf.layout with type arguments of type Styleable Modifier and Type Method Description static voidWhitespaceStripper. stripInlineContent(List<Styleable> inlineContent)Strips whitespace early in inline content generation. -
Uses of Styleable in com.openhtmltopdf.newtable
Classes in com.openhtmltopdf.newtable that implement Styleable Modifier and Type Class Description classTableBoxclassTableCellBoxclassTableColumnAn object representing an element withdisplay: table-columnordisplay: table-column-group.classTableRowBoxclassTableSectionBox -
Uses of Styleable in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement Styleable Modifier and Type Class Description classAnonymousBlockBoxAn anonymous block box as defined in the CSS spec.classBlockBoxA block box as defined in the CSS spec.classBoxclassFlowingColumnBoxclassFlowingColumnContainerBoxclassInlineBoxA class which represents a portion of an inline element.classInlineLayoutBoxABoxwhich contains the portion of an inline element layed out on a single line.classLineBoxA line box contains a single line of text (or other inline content).classMarginBoxA dummy box representing one side of the margin area of a page.classViewportBoxA dummy box representing the viewportMethods in com.openhtmltopdf.render that return types with arguments of type Styleable Modifier and Type Method Description List<Styleable>BlockBox. getInlineContent()Method parameters in com.openhtmltopdf.render with type arguments of type Styleable Modifier and Type Method Description voidBlockBox. setInlineContent(List<Styleable> inlineContent)Inline content is created by the box builder.
-