|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.ViewSetup
public class ViewSetup
Constructor Summary | |
---|---|
ViewSetup(IDocument doc)
Creates PageSetup object for specified document. |
Method Summary | |
---|---|
DocumentViewType |
getDocumentViewType()
Returns or sets document view mode |
int |
getZoomPercent()
Returns or sets zooming value in percents |
ZoomType |
getZoomType()
Returns or sets zooming type |
void |
setDocumentViewType(DocumentViewType value)
Returns or sets document view mode |
void |
setZoomPercent(int value)
Returns or sets zooming value in percents |
void |
setZoomType(ZoomType value)
Returns or sets zooming type |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public ViewSetup(IDocument doc)
doc
- The doc.Method Detail |
---|
public int getZoomPercent()
public void setZoomPercent(int value)
public ZoomType getZoomType()
public void setZoomType(ZoomType value)
public DocumentViewType getDocumentViewType()
public void setDocumentViewType(DocumentViewType value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |