|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.Printing.PaperSize
com.spire.doc.printing.PaperSize
public class PaperSize
Specifies the size of a piece of paper.
Constructor Summary | |
---|---|
PaperSize()
Initializes a new instance of the PaperSize class. |
|
PaperSize(java.lang.String name,
int width,
int height)
Initializes a new instance of the PaperSize class. |
Method Summary | |
---|---|
void |
setHeight(int value)
Sets the height of the paper. |
void |
setWidth(int value)
Sets the width of the paper. |
Constructor Detail |
---|
public PaperSize()
public PaperSize(java.lang.String name, int width, int height)
Method Detail |
---|
public void setWidth(int value)
setWidth
in class com.spire.ms.Printing.PaperSize
public void setHeight(int value)
setHeight
in class com.spire.ms.Printing.PaperSize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |