Home
last modified time | relevance | path

Searched refs:borderWidthLeft (Results 1 – 6 of 6) sorted by relevance

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DRectangle.java126 protected float borderWidthLeft = UNDEFINED; field in Rectangle
479 return borderWidth > 0 || borderWidthLeft > 0 in hasBorders()
609 return getVariableBorderWidth(borderWidthLeft, LEFT); in getBorderWidthLeft()
617 public void setBorderWidthLeft(float borderWidthLeft) { in setBorderWidthLeft() argument
618 this.borderWidthLeft = borderWidthLeft; in setBorderWidthLeft()
619 updateBorderBasedOnWidth(borderWidthLeft, LEFT); in setBorderWidthLeft()
813 this.borderWidthLeft = rect.borderWidthLeft; in cloneNonPositionParameters()
841 if (rect.borderWidthLeft != UNDEFINED) in softCloneNonPositionParameters()
842 this.borderWidthLeft = rect.borderWidthLeft; in softCloneNonPositionParameters()
H A DRectangleReadOnly.java243 public void setBorderWidthLeft(float borderWidthLeft) { in setBorderWidthLeft() argument
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DRectangle.java140 protected float borderWidthLeft = UNDEFINED; field in Rectangle
232 this.borderWidthLeft = rect.borderWidthLeft; in cloneNonPositionParameters()
268 if (rect.borderWidthLeft != UNDEFINED) in softCloneNonPositionParameters()
269 this.borderWidthLeft = rect.borderWidthLeft; in softCloneNonPositionParameters()
684 && ((borderWidth > 0) || (borderWidthLeft > 0) in hasBorders()
840 return getVariableBorderWidth(borderWidthLeft, LEFT); in getBorderWidthLeft()
849 public void setBorderWidthLeft(float borderWidthLeft) { in setBorderWidthLeft() argument
850 this.borderWidthLeft = borderWidthLeft; in setBorderWidthLeft()
851 updateBorderBasedOnWidth(borderWidthLeft, LEFT); in setBorderWidthLeft()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfCell.java359 this.borderWidthLeft = cell.getBorderWidthLeft(); in importCell()
/dports/japanese/seaside/
H A DSeaside-JPatched080908-sq39.changes153034 [buttonView borderWidthLeft: 1 right: 0 top: 0 bottom: 0.
154035 borderWidthLeft: 0 right: 1 top: 0 bottom: 0.
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources294139 borderWidthLeft: anInteger1 right: anInteger2 top: anInteger3 bottom: anInteger4