com.stellent.cis.client.api.sis
Interface ISISContentPage

All Superinterfaces:
ICISContentPage, ICISObject, ISISObject, java.io.Serializable

public interface ISISContentPage
extends ICISContentPage, ISISObject


Field Summary
static int DEFAULT_DPI
           
static boolean DEFAULT_HIGHEST_RESOLUTION
           
static java.lang.String DEFAULT_NAMESPACE
           
static int DEFAULT_SCALE
           
static int TYPE_BMP
           
static int TYPE_EMF
           
static int TYPE_GIF
           
static int TYPE_JPG
           
static int TYPE_NATIVE
           
static int TYPE_OPTIKA
           
static int TYPE_PCX
           
static int TYPE_PDF
           
static int TYPE_SMARTMODE
           
static int TYPE_TIF
           
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getLocation()
           
 int getPageNumber()
           
 int getSectionNumber()
           
 void setLocation(java.lang.String location)
           
 void setPageNumber(int pageNumber)
           
 void setSectionNumber(int sectionNumber)
           
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISContentPage
getDescription, getName, getParentID, getSourceAdapter
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Field Detail

TYPE_GIF

static final int TYPE_GIF
See Also:
Constant Field Values

TYPE_BMP

static final int TYPE_BMP
See Also:
Constant Field Values

TYPE_TIF

static final int TYPE_TIF
See Also:
Constant Field Values

TYPE_JPG

static final int TYPE_JPG
See Also:
Constant Field Values

TYPE_PCX

static final int TYPE_PCX
See Also:
Constant Field Values

TYPE_OPTIKA

static final int TYPE_OPTIKA
See Also:
Constant Field Values

TYPE_NATIVE

static final int TYPE_NATIVE
See Also:
Constant Field Values

TYPE_EMF

static final int TYPE_EMF
See Also:
Constant Field Values

TYPE_PDF

static final int TYPE_PDF
See Also:
Constant Field Values

TYPE_SMARTMODE

static final int TYPE_SMARTMODE
See Also:
Constant Field Values

DEFAULT_DPI

static final int DEFAULT_DPI
See Also:
Constant Field Values

DEFAULT_NAMESPACE

static final java.lang.String DEFAULT_NAMESPACE
See Also:
Constant Field Values

DEFAULT_SCALE

static final int DEFAULT_SCALE
See Also:
Constant Field Values

DEFAULT_HIGHEST_RESOLUTION

static final boolean DEFAULT_HIGHEST_RESOLUTION
See Also:
Constant Field Values
Method Detail

getLocation

java.lang.String getLocation()
Returns:
The path of the exported document.

setLocation

void setLocation(java.lang.String location)
Parameters:
location - The path of the exported document.

getPageNumber

int getPageNumber()
Returns:
The page number of the document.

setPageNumber

void setPageNumber(int pageNumber)
Parameters:
pageNumber - The page number of the document.

getSectionNumber

int getSectionNumber()
Returns:
The Section of the document. Sections are a sub classification of a pages. For image documents, pages have exactly one section. For more complex documents, there may be multiple sections on a page. Each section for an exported document will result in a single exported image.

setSectionNumber

void setSectionNumber(int sectionNumber)
Parameters:
sectionNumber - The Section of the document. Sections are a sub classification of a pages. For image documents, pages have exactly one section. For more complex documents, there may be multiple sections on a page. Each section for an exported document will result in a single exported image.