public abstract class DocumentBase extends Object
Provides basic data and methods for other parts of the system.
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.Collections.ArrayList |
LastObjIdOfEveryPage
ÿһҳ�����һ��ObjId����һ��ObjId��ΪPage����,��һ��Page�����ObjIdΪ4����Content��ObjIdΪ5.....
|
Modifier and Type | Method and Description |
---|---|
int |
allocID()
Allocs ID for objects.
|
int |
checkScope(int key)
Checks scope for common operations
|
CommonInfo |
getCommon()
Represent a CommonInfo object that indicates common info of Pdf document
|
String |
getCompatibility()
Represents a int number that associated with the PDF version.
|
int |
getCompressionLevel()
Represents an int value that associated with the compress level of zlib.
|
int |
getConformance() |
int |
getCurrentMCID()
��ǰ��MCID���
|
DocumentInfo |
getDocInfo()
Represent a DocumentInfo object that indicates common document info.
|
DocumentObject |
getDocObject()
Represent a DocumentObject object that indicates info of objects in a Pdf document.
|
DocumentResource |
getDocResource()
Represent a object that indicates document resources.
|
EncryptionBase |
getEncryptionInfo() |
HyperText |
getHyperTextInfo()
Represent a object that indicates hypertext info of the document.
|
boolean |
getLinearized()
Gets or sets a bool value that indicates the linearized flag .
|
Page |
getPageInfo()
Represent a Page object that indicates common info about page.
|
PageLayout |
getPageLayoutInfo()
Represent a PageLayout object that indicates page layout info.
|
int |
getState() |
boolean |
isBuffered() |
void |
isBuffered(boolean value) |
void |
setCompressionLevel(int value) |
void |
setConformance(int value) |
void |
setCurrentMCID(int value) |
void |
setCurrentStructElement(StructureElement value) |
void |
setLinearized(boolean value) |
public com.aspose.ms.System.Collections.ArrayList LastObjIdOfEveryPage
ÿһҳ�����һ��ObjId����һ��ObjId��ΪPage����,��һ��Page�����ObjIdΪ4����Content��ObjIdΪ5.....
public CommonInfo getCommon()
Represent a CommonInfo object that indicates common info of Pdf document
public boolean isBuffered()
public void isBuffered(boolean value)
public String getCompatibility()
Represents a int number that associated with the PDF version.
Value: The property Compatibility accesses the value of the compatibility fieldpublic int getCompressionLevel()
Represents an int value that associated with the compress level of zlib.
public void setCompressionLevel(int value)
public DocumentObject getDocObject()
Represent a DocumentObject object that indicates info of objects in a Pdf document.
public Page getPageInfo()
Represent a Page object that indicates common info about page.
public PageLayout getPageLayoutInfo()
Represent a PageLayout object that indicates page layout info.
public DocumentInfo getDocInfo()
Represent a DocumentInfo object that indicates common document info.
public DocumentResource getDocResource()
Represent a object that indicates document resources.
public HyperText getHyperTextInfo()
Represent a object that indicates hypertext info of the document.
public int getState()
public int checkScope(int key)
Checks scope for common operations
key
- the state to be checked.public int allocID()
Allocs ID for objects. when this method is called, the currentObj ID increment.
public EncryptionBase getEncryptionInfo()
public int getConformance()
public void setConformance(int value)
public void setCurrentStructElement(StructureElement value)
public int getCurrentMCID()
��ǰ��MCID���
public void setCurrentMCID(int value)
public boolean getLinearized()
Gets or sets a bool value that indicates the linearized flag .
public void setLinearized(boolean value)
Copyright © 2016 Aspose. All Rights Reserved.