|
|||||||||
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
Field Summary | |
---|---|
static int |
DEF_ZOOMING
Constant value for Zoom. |
Constructor Summary | |
---|---|
ViewSetup(IDocument doc)
Creates PageSetup object for specified document. |
Method Summary | |
---|---|
DocumentViewType |
getDocumentViewType()
Returns document view mode |
int |
getZoomPercent()
Returns zooming value in percents |
ZoomType |
getZoomType()
Returns zooming type |
void |
setDocumentViewType(DocumentViewType value)
Sets document view mode |
void |
setZoomPercent(int value)
Sets zooming value in percents |
void |
setZoomType(ZoomType value)
Sets zooming type |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Field Detail |
---|
public static final int DEF_ZOOMING
Constructor Detail |
---|
public ViewSetup(IDocument doc)
doc
- docMethod Detail |
---|
public int getZoomPercent()
public void setZoomPercent(int value)
value
- the zoom percent.public ZoomType getZoomType()
public void setZoomType(ZoomType value)
value
- the type of the zoom.public DocumentViewType getDocumentViewType()
public void setDocumentViewType(DocumentViewType value)
value
- the type of the document view.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |