Uses of Class
com.helger.pdflayout.spec.BorderSpec
Packages that use BorderSpec
Package
Description
-
Uses of BorderSpec in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as BorderSpecModifier and TypeFieldDescriptionstatic final BorderSpecIPLHasBorder.DEFAULT_BORDERThe default border is a 0 border, meaning no border at all.Methods in com.helger.pdflayout.base that return BorderSpecModifier and TypeMethodDescriptionfinal BorderSpecAbstractPLElement.getBorder()IPLHasBorder.getBorder()final BorderSpecPLMarginBorderPadding.getBorder()final BorderSpecPLPageSet.getBorder()Methods in com.helger.pdflayout.base with parameters of type BorderSpecModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractPLElement.setBorder(BorderSpec aBorder) IPLHasBorder.setBorder(BorderSpec aBorder) Set the border values.final PLMarginBorderPaddingPLMarginBorderPadding.setBorder(BorderSpec aBorder) final PLPageSetPLPageSet.setBorder(BorderSpec aBorder) Constructors in com.helger.pdflayout.base with parameters of type BorderSpecModifierConstructorDescriptionPLMarginBorderPadding(MarginSpec aMargin, PaddingSpec aPadding, BorderSpec aBorder) -
Uses of BorderSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return BorderSpecModifier and TypeMethodDescriptionBorderSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type BorderSpecModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementBorderSpecMicroTypeConverter.convertToMicroElement(BorderSpec aValue, String sNamespaceURI, String sTagName) -
Uses of BorderSpec in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render with parameters of type BorderSpecModifier and TypeMethodDescriptionstatic voidPLRenderHelper.renderBorder(IPLObject<?> aElement, PDPageContentStreamWithCache aContentStream, float fLeft, float fTop, float fWidth, float fHeight, BorderSpec aBorder) Render a single border -
Uses of BorderSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as BorderSpecModifier and TypeFieldDescriptionstatic final BorderSpecBorderSpec.BORDER0Represents no border at all.Methods in com.helger.pdflayout.spec that return BorderSpecModifier and TypeMethodDescriptionstatic BorderSpecBorderSpec.bottom(BorderStyleSpec aBottom) BorderSpec.getCloneWithBottom(BorderStyleSpec aBottom) BorderSpec.getCloneWithLeft(BorderStyleSpec aLeft) BorderSpec.getCloneWithRight(BorderStyleSpec aRight) BorderSpec.getCloneWithTop(BorderStyleSpec aTop) static BorderSpecBorderSpec.left(BorderStyleSpec aLeft) static BorderSpecBorderSpec.right(BorderStyleSpec aRight) static BorderSpecBorderSpec.top(BorderStyleSpec aTop)