public class AnonymousInlineBoxRenderer extends ParagraphRenderer
IRenderer object for a AnonymousInlineBox object.lineschildRenderers, EPS, flushed, INF, isLastRendererForModelElement, modelElement, occupiedArea, OVERLAP_EPSILON, parent, positionedRenderers, properties| Constructor and Description |
|---|
AnonymousInlineBoxRenderer(AnonymousInlineBox modelElement)
Creates an
AnonymousInlineBoxRenderer from its corresponding layout model element. |
| Modifier and Type | Method and Description |
|---|---|
<T1> T1 |
getDefaultProperty(int property)
Gets the default property from this entity.
|
IRenderer |
getNextRenderer()
Gets a new instance of this class to be used as a next renderer, after this renderer is used, if
ParagraphRenderer.layout(LayoutContext) is called more than once. |
protected Float |
retrieveResolvedDeclaredHeight()
Retrieve the resolved height declaration.
|
createOverflowRenderer, createOverflowRenderer, createSplitRenderer, directLayout, drawChildren, getFirstYLineRecursively, getLastYLineRecursively, getLines, getMinMaxWidth, layout, move, split, toStringapplyRotationLayout, applyVerticalAlignment, beginRotationIfApplied, createRotationTransformInsideOccupiedArea, createSplitRenderer, draw, endRotationIfApplied, getMinMaxWidth, getOccupiedAreaBBox, getResolvedFontaddAllProperties, addChild, alignChildHorizontally, allowLastYLineRecursiveExtraction, applyAbsolutePosition, applyAction, applyBorderBox, applyBorderBox, applyDestination, applyDestinationsAndAnnotation, applyLinkAnnotation, applyMargins, applyMargins, applyPaddings, applyPaddings, applyRelativePositioningTranslation, beginElementOpacityApplying, beginTransformationIfApplied, calculateAbsolutePdfBBox, calculateBBox, calculateShiftToPositionBBoxOfPointsAt, clipBackgroundArea, clipBackgroundArea, clipBorderArea, createXObject, deleteOwnProperty, deleteProperty, drawBackground, drawBorder, endElementOpacityApplying, endTransformationIfApplied, getBackgroundArea, getBorderAreaBBox, getBorderRadii, getBorders, getChildRenderers, getInnerAreaBBox, getMargins, getModelElement, getOccupiedArea, getOwnProperties, getOwnProperty, getPaddings, getParent, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsColor, getPropertyAsFloat, getPropertyAsFloat, getPropertyAsFont, getPropertyAsInteger, getPropertyAsTransparentColor, getPropertyAsUnitValue, hasAbsoluteUnitValue, hasOwnOrModelProperty, hasOwnProperty, hasProperty, hasRelativeUnitValue, initElementAreas, isAbsolutePosition, isBorderBoxSizing, isFirstOnRootArea, isFixedLayout, isFlushed, isKeepTogether, isNotFittingHeight, isNotFittingLayoutArea, isNotFittingWidth, isOverflowFit, isOverflowProperty, isOverflowProperty, isOverflowProperty, isPositioned, isRelativePosition, isStaticLayout, rectangleToPointsList, retrieveHeight, retrieveMaxHeight, retrieveMaxWidth, retrieveMinHeight, retrieveMinWidth, retrieveUnitValue, retrieveUnitValue, retrieveWidth, setBorders, setMinMaxWidthBasedOnFixedWidth, setParent, setProperty, transformPoints, updateHeight, updateHeightsOnSplit, updateMaxHeight, updateMinHeight, updateWidthpublic AnonymousInlineBoxRenderer(AnonymousInlineBox modelElement)
AnonymousInlineBoxRenderer from its corresponding layout model element.modelElement - the AnonymousInlineBox layout model element to renderpublic IRenderer getNextRenderer()
ParagraphRenderer.layout(LayoutContext) is called more than once.
If a renderer overflows to the next area, iText uses this method to create a renderer
for the overflow part. So if one wants to extend ParagraphRenderer, one should override
this method: otherwise the default method will be used and thus the default rather than the custom
renderer will be created.
getNextRenderer in interface IRenderergetNextRenderer in class ParagraphRendererprotected Float retrieveResolvedDeclaredHeight()
AbstractRenderer.retrieveHeight() is called.retrieveResolvedDeclaredHeight in class AbstractRenderernull if no height declaration is set on the parent, or if its own height declaration
cannot be resolved. The float value of the resolved height otherwisepublic <T1> T1 getDefaultProperty(int property)
getDefaultProperty in interface IPropertyContainergetDefaultProperty in class ParagraphRendererT1 - the return type associated with the propertyproperty - the property to be retrievednull will be returnedCopyright © 1998–2025 Apryse Group NV. All rights reserved.