|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.topdfparameterlist
public class topdfparameterlist
to pdf parameterlist
constructor summary | |
---|---|
topdfparameterlist()
initializes a new instance of the topdfparameterlist class |
method summary | |
---|---|
boolean |
createwordbookmarksusingheadings()
gets or set the a value that determines whether create the bookmarks using headings. |
void |
createwordbookmarksusingheadings(boolean value)
set the a value that determines whether create the bookmarks using headings. |
boolean |
getautofittablelayout()
gets the tbllayout element specifies that the table must use the auto layout algorithe. |
boolean |
getcreatewordbookmarks()
get the a value, whether to use word bookmars when create the bookmarks. |
boolean |
getdisablelink()
gets whether remove the link on the hyperlink and keep the character format during converting to pdf. |
java.util.list |
getembeddedfontnamelist()
gets embedded into the pdf document font name. |
pdfconformancelevel |
getpdfconformancelevel()
gets the pdf document's conformance-level. |
pdfsecurity |
getpdfsecurity()
represents the security settings of the pdf document. |
java.util.list<privatefontpath> |
getprivatefontpaths()
gets the private font paths. |
boolean |
getusepscoversion()
gets a value indicating whether use the ps conversion. |
java.awt.color |
getwordbookmarkscolor()
gets the text color of the word bookmarks. |
bookmarktextstyle |
getwordbookmarkstextstyle()
gets the text style of the word bookmarks. |
java.lang.string |
getwordbookmarkstitle()
gets the word bookmarks title. |
boolean |
isatlast()
gets to pdf textbox heighttype.the default is "exactly". |
void |
isatlast(boolean value)
sets to pdf textbox heighttype.the default is "exactly". |
boolean |
isembeddedallfonts()
gets all fonts are embedded in the pdf document. |
void |
isembeddedallfonts(boolean value)
sets all fonts are embedded in the pdf document. |
boolean |
ishidden()
gets hidden text is converted. |
void |
ishidden(boolean value)
sets hidden text is converted. |
void |
setautofittablelayout(boolean value)
sets the tbllayout element specifies that the table must use the auto layout algorithe. |
void |
setcreatewordbookmarks(boolean value)
set the a value, whether to use word bookmars when create the bookmarks. |
void |
setdisablelink(boolean value)
sets whether remove the link on the hyperlink and keep the character format during converting to pdf. |
void |
setembeddedfontnamelist(java.util.list value)
sets embedded into the pdf document font name. |
void |
setpdfconformancelevel(pdfconformancelevel value)
sets the pdf document's conformance-level. |
void |
setprivatefontpaths(java.util.list<privatefontpath> value)
sets the private font paths. |
void |
setusepscoversion(boolean value)
sets a value indicating whether use the ps conversion. |
void |
setwordbookmarkscolor(java.awt.color value)
sets the text color of the word bookmarks. |
void |
setwordbookmarkstextstyle(bookmarktextstyle value)
sets the text style of the word bookmarks. |
void |
setwordbookmarkstitle(java.lang.string value)
sets the word bookmarks title. |
constructor detail |
---|
public topdfparameterlist()
topdfparameterlist
class
method detail |
---|
public boolean getusepscoversion()
public void setusepscoversion(boolean value)
value
- true if use the ps conversion;otherwise,falsepublic boolean ishidden()
public void ishidden(boolean value)
value
- valuepublic java.util.list getembeddedfontnamelist()
public void setembeddedfontnamelist(java.util.list value)
value
- listpublic boolean isembeddedallfonts()
public void isembeddedallfonts(boolean value)
value
- booleanpublic boolean getdisablelink()
public void setdisablelink(boolean value)
value
- booleanpublic boolean isatlast()
public void isatlast(boolean value)
value
- booleanpublic boolean getautofittablelayout()
public void setautofittablelayout(boolean value)
value
- booleanpublic pdfconformancelevel getpdfconformancelevel()
public void setpdfconformancelevel(pdfconformancelevel value)
value
- pdfconformancelevelpublic pdfsecurity getpdfsecurity()
public java.util.list<privatefontpath> getprivatefontpaths()
public void setprivatefontpaths(java.util.list<privatefontpath> value)
value
- listpublic boolean createwordbookmarksusingheadings()
public void createwordbookmarksusingheadings(boolean value)
value
- booleanpublic boolean getcreatewordbookmarks()
public void setcreatewordbookmarks(boolean value)
value
- booleanpublic java.lang.string getwordbookmarkstitle()
public void setwordbookmarkstitle(java.lang.string value)
value
- the word bookmarks title.public java.awt.color getwordbookmarkscolor()
public void setwordbookmarkscolor(java.awt.color value)
value
- the text color of the word boomarks.public bookmarktextstyle getwordbookmarkstextstyle()
public void setwordbookmarkstextstyle(bookmarktextstyle value)
value
- the word bookmarks text style.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |