Uses of Class
org.openpdf.render.BlockBox
Packages that use BlockBox
Package
Description
-
Uses of BlockBox in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type BlockBoxModifier and TypeMethodDescription@Nullable ReplacedElementReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) NOTE: Only block equivalent elements can be replaced.voidOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of BlockBox in org.openpdf.layout
Methods in org.openpdf.layout that return BlockBoxModifier and TypeMethodDescriptionstatic BlockBoxBoxBuilder.createRootBox(LayoutContext c, Document document) BreakAtLineContext.getBlock()FloatLayoutResult.getBlock()BoxRangeData.getBox()static @Nullable BlockBoxBoxBuilder.getRunningBlock(LayoutContext c, PropertyValue value) @Nullable BlockBoxLayer.getRunningBlock(String identifier, PageBox page, PageElementPosition which) Methods in org.openpdf.layout with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidvoidLayer.addPageSequence(BlockBox start) voidLayer.addRunningBlock(BlockBox block) static voidBoxBuilder.createChildren(LayoutContext c, BlockBox parent) voidBlockFormattingContext.floatBox(LayoutContext c, BlockBox floated) voidFloatManager.floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) static voidLayoutUtil.layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box) static voidBlockBoxing.layoutContent(LayoutContext c, BlockBox block, int contentStart) static voidInlineBoxing.layoutContent(LayoutContext c, BlockBox box, int initialY, int breakAtLine) static FloatLayoutResultLayoutUtil.layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, @Nullable List<FloatLayoutResult> pendingFloats) voidLayer.paintAsLayer(RenderingContext c, BlockBox startingPoint) voidFloatManager.removeFloat(BlockBox floater) voidLayer.removeFloat(BlockBox floater) voidLayer.removeRunningBlock(BlockBox block) Constructors in org.openpdf.layout with parameters of type BlockBoxModifierConstructorDescriptionBlockFormattingContext(BlockBox block, LayoutContext c) BoxRangeData(BlockBox box, BoxRange range) BreakAtLineContext(BlockBox block, int line) FloatLayoutResult(boolean pending, BlockBox block) PersistentBFC(BlockBox master, LayoutContext c) -
Uses of BlockBox in org.openpdf.newtable
Subclasses of BlockBox in org.openpdf.newtableModifier and TypeClassDescriptionclassclassclassclassMethods in org.openpdf.newtable that return BlockBoxModifier and TypeMethodDescriptionTableBox.copyOf()TableCellBox.copyOf()TableRowBox.copyOf()TableSectionBox.copyOf()Methods in org.openpdf.newtable with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidTableRowBox.initStaticPos(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in org.openpdf.pdf
Methods in org.openpdf.pdf that return BlockBoxMethods in org.openpdf.pdf with parameters of type BlockBoxModifier and TypeMethodDescription@Nullable ReplacedElementITextReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected voidAbstractFormField.initDimensions(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) protected voidTextFormField.initDimensions(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) voidBookmarkElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidCheckboxFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidEmptyReplacedElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextImageElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextReplacedElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidRadioButtonFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidTextFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) Constructors in org.openpdf.pdf with parameters of type BlockBoxModifierConstructorDescriptionCheckboxFormField(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) RadioButtonFormField(ITextReplacedElementFactory factory, LayoutContext c, BlockBox box, int cssWidth, int cssHeight) TextFormField(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) -
Uses of BlockBox in org.openpdf.render
Subclasses of BlockBox in org.openpdf.renderModifier and TypeClassDescriptionfinal classAn anonymous block box as defined in the CSS spec.classA dummy box representing one side of the margin area of a page.classA dummy box representing the viewportMethods in org.openpdf.render that return BlockBoxModifier and TypeMethodDescriptionAnonymousBlockBox.copyOf()BlockBox.copyOf()MarginBox.copyOf()ViewportBox.copyOf()Methods in org.openpdf.render with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidLineBox.addNonFlowContent(BlockBox box) voidBlockBox.initStaticPos(LayoutContext c, BlockBox parent, int childOffset) static voidListItemPainter.paint(RenderingContext c, BlockBox box) -
Uses of BlockBox in org.openpdf.simple.extend
Methods in org.openpdf.simple.extend with parameters of type BlockBoxModifier and TypeMethodDescription@Nullable FormFieldXhtmlForm.addComponent(Element e, LayoutContext context, BlockBox box) -
Uses of BlockBox in org.openpdf.simple.extend.form
Methods in org.openpdf.simple.extend.form that return BlockBoxMethods in org.openpdf.simple.extend.form with parameters of type BlockBoxModifier and TypeMethodDescriptionstatic @Nullable FormFieldFormFieldFactory.create(XhtmlForm form, LayoutContext context, BlockBox box) Constructors in org.openpdf.simple.extend.form with parameters of type BlockBoxModifierConstructorDescriptionAbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedFormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of BlockBox in org.openpdf.swing
Methods in org.openpdf.swing with parameters of type BlockBoxModifier and TypeMethodDescription@Nullable ReplacedElementSwingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) voidJava2DOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box)