|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.TextExportFormatOptions
public class TextExportFormatOptions
This object is used to set the format options for a report that is to be exported as Text.
When possible, use the ITextExportFormatOptions
interface for manipulating this object.
Constructor Summary | |
---|---|
TextExportFormatOptions()
|
|
TextExportFormatOptions(ITextExportFormatOptions src)
|
Method Summary | |
---|---|
void |
checkValidity(java.util.Locale locale)
Verifies that the export options are valid for a given locale. |
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
int |
getCharactersPerInch()
Gets the number of characters per inch. |
int |
getLinesPerPage()
Gets the number of lines per page. |
boolean |
hasContent(java.lang.Object obj)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(com.crystaldecisions.xml.serialization.XMLWriter writer,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
For internal use only. |
void |
save(com.crystaldecisions.xml.serialization.XMLWriter writer,
java.lang.String sTag,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(com.crystaldecisions.xml.serialization.XMLWriter writer,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
For internal use only. |
void |
setCharactersPerInch(int CharactersPerInch)
Sets the number of characters per inch. |
void |
setLinesPerPage(int LinesPerPage)
Sets the number of lines per page. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextExportFormatOptions()
public TextExportFormatOptions(ITextExportFormatOptions src)
Method Detail |
---|
public void setLinesPerPage(int LinesPerPage)
ITextExportFormatOptions
Sets the number of lines per page.
setLinesPerPage
in interface ITextExportFormatOptions
LinesPerPage
- An int
that specifies the number of lines per page.public int getLinesPerPage()
ITextExportFormatOptions
Gets the number of lines per page.
getLinesPerPage
in interface ITextExportFormatOptions
int
that specifies the number of lines per page.public int getCharactersPerInch()
ITextExportFormatOptions
Gets the number of characters per inch.
getCharactersPerInch
in interface ITextExportFormatOptions
int
that specifies the number of characters per inch.public void setCharactersPerInch(int CharactersPerInch)
ITextExportFormatOptions
Sets the number of characters per inch.
setCharactersPerInch
in interface ITextExportFormatOptions
CharactersPerInch
- An int
that specifies the number of characters per inch.public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject, boolean deepCopy)
public void checkValidity(java.util.Locale locale)
IExportFormatOptions
checkValidity
in interface IExportFormatOptions
locale
- the locale the options are being checked forpublic java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
For internal use only.
public void endElement(java.lang.String eleName, java.util.Map objState)
For internal use only.
public boolean hasContent(java.lang.Object obj)
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
For internal use only.
public void save(com.crystaldecisions.xml.serialization.XMLWriter writer, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
java.io.IOException
public void save(com.crystaldecisions.xml.serialization.XMLWriter writer, java.lang.String sTag, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
java.io.IOException
public void saveContents(com.crystaldecisions.xml.serialization.XMLWriter writer, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
java.io.IOException
public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
For internal use only.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |