Class PdfFonts.RECT
java.lang.Object
com.stimulsoft.report.export.tools.pdf.PdfFonts.RECT
- Enclosing class:
PdfFonts
Accessory class RECT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
left
public int left -
top
public int top -
right
public int right -
bottom
public int bottom
-
-
Constructor Details
-
RECT
public RECT(int left, int top, int right, int bottom)
-