public class Document extends DocumentFlow
| Modifier and Type | Method and Description |
|---|---|
void |
addPageBreak() |
java.lang.Integer |
getBottom() |
ContentType |
getContentType() |
java.lang.Integer |
getLeft() |
PageOrientation |
getPageOrientation() |
java.lang.Integer |
getRight() |
java.lang.Integer |
getTop() |
void |
setBottom(java.lang.Integer bottom) |
void |
setLeft(java.lang.Integer left) |
void |
setPageOrientation(PageOrientation pageOrientation) |
void |
setRight(java.lang.Integer right) |
void |
setTop(java.lang.Integer top) |
protected void |
writeBottomXml(java.io.PrintStream out) |
protected void |
writeTopXml(java.io.PrintStream out) |
addReference, createExamplePara, createPara, createPara, createTable, getMsHelper, getPartName, write, writeReferencespublic PageOrientation getPageOrientation()
public void setPageOrientation(PageOrientation pageOrientation)
public java.lang.Integer getTop()
public void setTop(java.lang.Integer top)
public java.lang.Integer getBottom()
public void setBottom(java.lang.Integer bottom)
public java.lang.Integer getLeft()
public void setLeft(java.lang.Integer left)
public java.lang.Integer getRight()
public void setRight(java.lang.Integer right)
public ContentType getContentType()
protected void writeTopXml(java.io.PrintStream out)
writeTopXml in class DocumentFlowprotected void writeBottomXml(java.io.PrintStream out)
writeBottomXml in class DocumentFlowpublic void addPageBreak()