Uses of Class
com.helger.pdflayout.spec.BorderStyleSpec
Packages that use BorderStyleSpec
Package
Description
-
Uses of BorderStyleSpec in com.helger.pdflayout.base
Methods in com.helger.pdflayout.base with parameters of type BorderStyleSpecModifier and TypeMethodDescriptiondefault IMPLTYPEIPLHasBorder.setBorder(BorderStyleSpec aBorder) Set all border values (left, top, right, bottom) to the same value.default IMPLTYPEIPLHasBorder.setBorder(BorderStyleSpec aBorderY, BorderStyleSpec aBorderX) Set all border values.default IMPLTYPEIPLHasBorder.setBorder(BorderStyleSpec aBorderTop, BorderStyleSpec aBorderRight, BorderStyleSpec aBorderBottom, BorderStyleSpec aBorderLeft) Set all border values to potentially different values.default IMPLTYPEIPLHasBorder.setBorderBottom(BorderStyleSpec aBorder) Set the bottom border value.default IMPLTYPEIPLHasBorder.setBorderLeft(BorderStyleSpec aBorder) Set the left border value.default IMPLTYPEIPLHasBorder.setBorderRight(BorderStyleSpec aBorder) Set the right border value.default IMPLTYPEIPLHasBorder.setBorderTop(BorderStyleSpec aBorder) Set the top border value.default IMPLTYPEIPLHasBorder.setBorderX(BorderStyleSpec aBorder) Set the left and right border value.default IMPLTYPEIPLHasBorder.setBorderY(BorderStyleSpec aBorder) Set the top and bottom border value. -
Uses of BorderStyleSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return BorderStyleSpecModifier and TypeMethodDescriptionBorderStyleSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type BorderStyleSpecModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementBorderStyleSpecMicroTypeConverter.convertToMicroElement(BorderStyleSpec aValue, String sNamespaceURI, String sTagName) -
Uses of BorderStyleSpec in com.helger.pdflayout.debug
Fields in com.helger.pdflayout.debug declared as BorderStyleSpecModifier and TypeFieldDescriptionstatic final BorderStyleSpecPLDebugRender.DEFAULT_BORDER_BLOCK_ELEMENTgreenstatic final BorderStyleSpecPLDebugRender.DEFAULT_BORDER_INLINE_ELEMENTbluestatic final BorderStyleSpecPLDebugRender.DEFAULT_BORDER_PAGESETredMethods in com.helger.pdflayout.debug that return BorderStyleSpecModifier and TypeMethodDescriptionstatic BorderStyleSpecPLDebugRender.getDebugBorder(Object aObject) PLDebugRender.IDebugBorderProvider.getDebugBorder(Object aObject) -
Uses of BorderStyleSpec in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table with parameters of type BorderStyleSpecModifier and TypeMethodDescriptionvoidIPLTableGridType.applyGridToTable(PLTable aTable, int nStartRowIncl, int nEndRowIncl, int nStartColumnIncl, int nEndColumnIncl, BorderStyleSpec aBSS) Apply this grid to the passed elements of the provided table.default voidIPLTableGridType.applyGridToTable(PLTable aTable, IPLCellRange aCellRange, BorderStyleSpec aBSS) Apply this grid to the passed cell range of the provided table.default voidIPLTableGridType.applyGridToTable(PLTable aTable, BorderStyleSpec aBSS) Apply this grid to the whole provided table.PLTableRow.setBorder(BorderStyleSpec aBorder) PLTableRow.setBorderBottom(BorderStyleSpec aBorder) PLTableRow.setBorderLeft(BorderStyleSpec aBorder) PLTableRow.setBorderRight(BorderStyleSpec aBorder) PLTableRow.setBorderTop(BorderStyleSpec aBorder) PLTableRow.setBorderX(BorderStyleSpec aBorder) PLTableRow.setBorderY(BorderStyleSpec aBorder) -
Uses of BorderStyleSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as BorderStyleSpecMethods in com.helger.pdflayout.spec that return BorderStyleSpecModifier and TypeMethodDescriptionfinal BorderStyleSpecBorderSpec.getBottom()BorderStyleSpec.getCloneWithColor(PLColor aNewColor) BorderStyleSpec.getCloneWithLineDashPattern(LineDashPatternSpec aNewLineDashPattern) BorderStyleSpec.getCloneWithLineWidth(float fNewLineWidth) final BorderStyleSpecBorderSpec.getLeft()final BorderStyleSpecBorderSpec.getRight()final BorderStyleSpecBorderSpec.getTop()Methods in com.helger.pdflayout.spec with parameters of type BorderStyleSpecModifier 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) Constructors in com.helger.pdflayout.spec with parameters of type BorderStyleSpecModifierConstructorDescriptionBorderSpec(BorderStyleSpec aBorder) Constructor.BorderSpec(BorderStyleSpec aBorderY, BorderStyleSpec aBorderX) Constructor.BorderSpec(BorderStyleSpec aBorderTop, BorderStyleSpec aBorderRight, BorderStyleSpec aBorderBottom, BorderStyleSpec aBorderLeft) Constructor.