Uses of Interface
com.itextpdf.layout.IPropertyContainer
-
-
Uses of IPropertyContainer in com.itextpdf.forms
Methods in com.itextpdf.forms with parameters of type IPropertyContainer Modifier and Type Method Description voidFormDefaultAccessibilityProperties. updateCheckedValue(IPropertyContainer element)Updates the checked value of the form field based on theFormProperty.FORM_FIELD_CHECKEDproperty. -
Uses of IPropertyContainer in com.itextpdf.forms.form.element
Subinterfaces of IPropertyContainer in com.itextpdf.forms.form.element Modifier and Type Interface Description interfaceIFormFieldCommon interface for HTML form elements.Classes in com.itextpdf.forms.form.element that implement IPropertyContainer Modifier and Type Class Description classAbstractSelectFieldAn abstract class for fields that represents a control for selecting one or several of the provided options.classButtonExtension of theFormFieldclass representing a button in html.classCheckBoxExtension of theFormFieldclass representing a checkbox so that aCheckBoxRendereris used instead of the default renderer for fields.classComboBoxFieldA field that represents a control for selecting one of the provided options.classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.classInputFieldExtension of theFormFieldclass representing a button so that aInputFieldRendereris used.classListBoxFieldA field that represents a control for selecting one or several of the provided options.classRadioExtension of theFormFieldclass representing a radio button so that aRadioRendereris used instead of the default renderer for fields.classSignatureFieldAppearanceExtension of theFormFieldclass representing a signature field in PDF.classTextAreaExtension of theFormFieldclass representing a button so that aTextAreaRendereris used instead of the default renderer for fields. -
Uses of IPropertyContainer in com.itextpdf.forms.form.renderer
Classes in com.itextpdf.forms.form.renderer that implement IPropertyContainer Modifier and Type Class Description classAbstractFormFieldRendererAbstractBlockRendererfor form fields.classAbstractOneLineTextFieldRendererAbstractAbstractTextFieldRendererfor a single line of text content in a form field.classAbstractSelectFieldRendererAbstractBlockRendererfor select form fields.classAbstractTextFieldRendererAbstractAbstractFormFieldRendererfor form fields with text content.classButtonRendererTheAbstractTextFieldRendererimplementation for buttons.classCheckBoxRendererTheAbstractFormFieldRendererimplementation for checkboxes.protected classCheckBoxRenderer.FlatParagraphRendererA flat renderer for the checkbox.(package private) classFormFieldValueNonTrimmingTextRendererCustom implementation for rendering form field values.classInputFieldRendererTheAbstractOneLineTextFieldRendererimplementation for input fields.classRadioRendererTheAbstractFormFieldRendererimplementation for radio buttons.private classRadioRenderer.FlatParagraphRendererclassSelectFieldComboBoxRendererTheSelectFieldComboBoxRendererimplementation for select field renderer.classSelectFieldListBoxRendererTheSelectFieldListBoxRendererimplementation for select field renderer.classSignatureAppearanceRendererTheAbstractTextFieldRendererimplementation for SigFields.classTextAreaRendererTheAbstractTextFieldRendererimplementation for text area fields. -
Uses of IPropertyContainer in com.itextpdf.forms.util
Methods in com.itextpdf.forms.util with parameters of type IPropertyContainer Modifier and Type Method Description static voidBorderStyleUtil. applyBorderProperty(IPropertyContainer container, PdfFormAnnotation annotation)Applies the border property to the annotation.static voidFormFieldRendererUtil. reapplyProperties(IPropertyContainer modelElement, java.util.Map<java.lang.Integer,java.lang.Object> properties)Reapplies the propertiesIPropertyContainer.static java.util.Map<java.lang.Integer,java.lang.Object>FormFieldRendererUtil. removeProperties(IPropertyContainer modelElement)Removes properties that impact the lay outing of interactive form fields. -
Uses of IPropertyContainer in com.itextpdf.layout
Classes in com.itextpdf.layout with type parameters of type IPropertyContainer Modifier and Type Class Description classElementPropertyContainer<T extends IPropertyContainer>A generic abstract element that fits in a PDF layout object hierarchy.classRootElement<T extends IPropertyContainer>A generic abstract root element for a PDF layout object hierarchy.Classes in com.itextpdf.layout that implement IPropertyContainer Modifier and Type Class Description classCanvasThis class is used for adding content directly onto a specifiedPdfCanvas.classColumnDocumentRendererThis class is used for convenient multi-column Document LayoutingclassDocumentDocument is the default root element when creating a self-sufficient PDF.classElementPropertyContainer<T extends IPropertyContainer>A generic abstract element that fits in a PDF layout object hierarchy.classRootElement<T extends IPropertyContainer>A generic abstract root element for a PDF layout object hierarchy.classStyleContainer object for style properties of an element. -
Uses of IPropertyContainer in com.itextpdf.layout.element
Subinterfaces of IPropertyContainer in com.itextpdf.layout.element Modifier and Type Interface Description interfaceIAbstractElementThe interface represents abstract layout element and provides an access to its children.interfaceIBlockElementThis class represents a block layout element with special margins, tabbing, and alignment.interfaceIElementThis class represents a layout element, i.e.interfaceILargeElementAILargeElementis a layout element which may get added to indefinitely, making the object prohibitively large.interfaceILeafElementA marker subinterface ofIElementthat specifies that the layout object is, by definition, on the lowest tier in the object hierarchy.Classes in com.itextpdf.layout.element that implement IPropertyContainer Modifier and Type Class Description classAbstractElement<T extends IElement>Defines the most common properties that mostIElementimplementations share.classAnonymousInlineBoxA layout element that represents anonymous box, see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes.classAreaBreakA layout object that terminates the current content area and creates a new one.classBlockElement<T extends IElement>ABlockElementwill try to take up as much horizontal space as available to it on the canvas or page.classCellclassDivADivis a container object that defines a section in a document, which will have some shared layout properties.(package private) classFlexContainerAFlexContainerrepresents a container of the flex objects.classGridContainerAGridContainerrepresents a container of the css grid object.classImageA layout element that represents an image for inclusion in the document model.classLineSeparatorThis is a line separator element which is basically just a horizontal line with a style specified byILineDrawercustom drawing interface instance.classLinkA clickable piece ofTextwhich contains alink annotation dictionary.classListA List is a layout element representing a series of objects that are vertically outlined with the same or very similar layout properties, giving it a sense of unity.classListItemA list item is a layout element that is one entry in aList.classMulticolContainerrepresents a container of the column objects.classParagraphA layout element that represents a self-contained block of textual and graphical information.classTabclassTableATableis a layout element that represents data in a two-dimensional grid.classTextATextis a piece of text of any length. -
Uses of IPropertyContainer in com.itextpdf.layout.minmaxwidth
Methods in com.itextpdf.layout.minmaxwidth with parameters of type IPropertyContainer Modifier and Type Method Description static floatMinMaxWidthUtils. getBorderWidth(IPropertyContainer element)Get sum of left and right borders for the element.static floatMinMaxWidthUtils. getMarginsWidth(IPropertyContainer element)Get sum of left and right margins for the element.static floatMinMaxWidthUtils. getPaddingWidth(IPropertyContainer element)Get sum of left and right paddings for the element. -
Uses of IPropertyContainer in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties with parameters of type IPropertyContainer Modifier and Type Method Description static voidContinuousContainer. clearPropertiesFromOverFlowRenderer(IPropertyContainer overFlowRenderer)Removes properties from the overflow renderer that are not needed for continuous container.IElementIListSymbolFactory. createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem)Creates symbol. -
Uses of IPropertyContainer in com.itextpdf.layout.renderer
Subinterfaces of IPropertyContainer in com.itextpdf.layout.renderer Modifier and Type Interface Description interfaceILeafElementRendererinterfaceIRendererA renderer object is responsible for drawing a corresponding layout object on a document or canvas.Classes in com.itextpdf.layout.renderer that implement IPropertyContainer Modifier and Type Class Description classAbstractRendererDefines the most common properties and behavior that are shared by mostIRendererimplementations.classAnonymousInlineBoxRendererThis class represents theIRendererobject for aAnonymousInlineBoxobject.classAreaBreakRendererRenderer for theAreaBreaklayout element.classBlockRendererRepresents a renderer for block elements.classCanvasRendererRepresents a renderer for theCanvaslayout element.classCellRendererRepresents a renderer for theCelllayout element.classDivRendererRepresents a renderer for theDivlayout element.classDocumentRendererclassFlexContainerRendererclassGridContainerRendererRepresents a renderer for a grid.(package private) classGridItemRendererWrapper renderer around grid item.classImageRendererclassLineRendererclassLineSeparatorRendererclassLinkRendererclassListItemRendererclassListRendererprivate static classListRenderer.ConstantFontTextRendererclassMulticolRendererRepresents a renderer for columns.classParagraphRendererclassRootRendererclassTableRendererclassTabRendererclassTextRendererFields in com.itextpdf.layout.renderer declared as IPropertyContainer Modifier and Type Field Description protected IPropertyContainerAbstractRenderer. modelElementMethods in com.itextpdf.layout.renderer that return IPropertyContainer Modifier and Type Method Description IPropertyContainerAbstractRenderer. getModelElement()Gets the model element associated with this renderer.IPropertyContainerAreaBreakRenderer. getModelElement()IPropertyContainerCellRenderer. getModelElement()Gets the model element associated with this renderer.IPropertyContainerIRenderer. getModelElement()Gets the model element associated with this renderer. -
Uses of IPropertyContainer in com.itextpdf.layout.tagging
Classes in com.itextpdf.layout.tagging that implement IPropertyContainer Modifier and Type Class Description classTaggingDummyElementInstances of the class are used forTaggingHintKeywhich don't have model element e.g.Methods in com.itextpdf.layout.tagging with parameters of type IPropertyContainer Modifier and Type Method Description voidLayoutTaggingHelper. addKidsHint(IPropertyContainer parent, java.lang.Iterable<? extends IPropertyContainer> newKids)voidLayoutTaggingHelper. addKidsHint(IPropertyContainer parent, java.lang.Iterable<? extends IPropertyContainer> newKids, int insertIndex)voidLayoutTaggingHelper. finishTaggingHint(IPropertyContainer hintOwner)static TaggingHintKeyLayoutTaggingHelper. getHintKey(IPropertyContainer container)static TaggingHintKeyLayoutTaggingHelper. getOrCreateHintKey(IPropertyContainer container)private static TaggingHintKeyLayoutTaggingHelper. getOrCreateHintKey(IPropertyContainer hintOwner, boolean setProperty)TaggingHintKeyLayoutTaggingHelper. getParentHint(IPropertyContainer hintOwner)booleanLayoutTaggingHelper. isArtifact(IPropertyContainer hintOwner)voidLayoutTaggingHelper. markArtifactHint(IPropertyContainer hintOwner)voidLayoutTaggingHelper. setRoleHint(IPropertyContainer hintOwner, java.lang.String role)Method parameters in com.itextpdf.layout.tagging with type arguments of type IPropertyContainer Modifier and Type Method Description voidLayoutTaggingHelper. addKidsHint(TagTreePointer parentPointer, java.lang.Iterable<? extends IPropertyContainer> newKids)voidLayoutTaggingHelper. addKidsHint(IPropertyContainer parent, java.lang.Iterable<? extends IPropertyContainer> newKids)voidLayoutTaggingHelper. addKidsHint(IPropertyContainer parent, java.lang.Iterable<? extends IPropertyContainer> newKids, int insertIndex) -
Uses of IPropertyContainer in com.itextpdf.svg.element
Classes in com.itextpdf.svg.element that implement IPropertyContainer Modifier and Type Class Description classSvgImageA layout element that represents SVG image for inclusion in the document model. -
Uses of IPropertyContainer in com.itextpdf.svg.renderers
Classes in com.itextpdf.svg.renderers that implement IPropertyContainer Modifier and Type Class Description classSvgImageRendererRepresents a renderer for theSvgImagelayout element.
-