Method that adds a rectangle to the page object [DEPRECATED]
Method that adds a rectangle to the page object [DEPRECATED]
public void drawRectangle(int,int,int,int,predefinedColor,predefinedColor);
Method that adds a rectangle to the page object [DEPRECATED]
public void drawRectangle(int,int,int,int,predefinedColor,predefinedColor,predefinedLineStyle);
Method that adds a rectangle to the page object [DEPRECATED]
public void drawRectangle(int,int,int,int,predefinedColor,predefinedColor,int);
Method that adds a rectangle to the page object [DEPRECATED]
public void drawRectangle(int,int,int,int,predefinedColor,predefinedColor,int,predefinedLineStyle);
Method that adds a rectangle to the page object
public void drawRectangle(int,int,int,int,pdfColor,pdfColor);
Method that adds a rectangle to the page object
public void drawRectangle(int,int,int,int,pdfColor,pdfColor,predefinedLineStyle);
Method that adds a rectangle to the page object
public void drawRectangle(int,int,int,int,pdfColor,pdfColor,int);
Method that adds a rectangle to the page object
public void drawRectangle(int,int,int,int,pdfColor,pdfColor,int,predefinedLineStyle);