topdfparameterlist-ag凯发旗舰厅



com.spire.doc
class topdfparameterlist

java.lang.object
  extended by com.spire.doc.topdfparameterlist

public class topdfparameterlist
extends java.lang.object

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

topdfparameterlist

public topdfparameterlist()
initializes a new instance of the topdfparameterlist class
method detail

getusepscoversion

public boolean getusepscoversion()
gets a value indicating whether use the ps conversion.
returns:
true if use the ps conversion;otherwise,false

setusepscoversion

public void setusepscoversion(boolean value)
sets a value indicating whether use the ps conversion.
parameters:
value - true if use the ps conversion;otherwise,false

ishidden

public boolean ishidden()
gets hidden text is converted.
returns:
the text is hidden or not

ishidden

public void ishidden(boolean value)
sets hidden text is converted.
parameters:
value - value

getembeddedfontnamelist

public java.util.list getembeddedfontnamelist()
gets embedded into the pdf document font name.
returns:
list

setembeddedfontnamelist

public void setembeddedfontnamelist(java.util.list value)
sets embedded into the pdf document font name.
parameters:
value - list

isembeddedallfonts

public boolean isembeddedallfonts()
gets all fonts are embedded in the pdf document.
returns:
boolean

isembeddedallfonts

public void isembeddedallfonts(boolean value)
sets all fonts are embedded in the pdf document.
parameters:
value - boolean

getdisablelink

public boolean getdisablelink()
gets whether remove the link on the hyperlink and keep the character format during converting to pdf.
returns:
boolean

setdisablelink

public void setdisablelink(boolean value)
sets whether remove the link on the hyperlink and keep the character format during converting to pdf.
parameters:
value - boolean

isatlast

public boolean isatlast()
gets to pdf textbox heighttype.the default is "exactly".
returns:
boolean

isatlast

public void isatlast(boolean value)
sets to pdf textbox heighttype.the default is "exactly".
parameters:
value - boolean

getautofittablelayout

public boolean getautofittablelayout()
gets the tbllayout element specifies that the table must use the auto layout algorithe.
returns:
boolean

setautofittablelayout

public void setautofittablelayout(boolean value)
sets the tbllayout element specifies that the table must use the auto layout algorithe.
parameters:
value - boolean

getpdfconformancelevel

public pdfconformancelevel getpdfconformancelevel()
gets the pdf document's conformance-level.
returns:
pdfconformancelevel

setpdfconformancelevel

public void setpdfconformancelevel(pdfconformancelevel value)
sets the pdf document's conformance-level.
parameters:
value - pdfconformancelevel

getpdfsecurity

public pdfsecurity getpdfsecurity()
represents the security settings of the pdf document.
returns:
pdfsecurity

getprivatefontpaths

public java.util.list<privatefontpath> getprivatefontpaths()
gets the private font paths.
returns:
list

setprivatefontpaths

public void setprivatefontpaths(java.util.list<privatefontpath> value)
sets the private font paths.
parameters:
value - list

createwordbookmarksusingheadings

public boolean createwordbookmarksusingheadings()
gets or set the a value that determines whether create the bookmarks using headings.
returns:
boolean

createwordbookmarksusingheadings

public void createwordbookmarksusingheadings(boolean value)
set the a value that determines whether create the bookmarks using headings.
parameters:
value - boolean

getcreatewordbookmarks

public boolean getcreatewordbookmarks()
get the a value, whether to use word bookmars when create the bookmarks.
returns:
boolean

setcreatewordbookmarks

public void setcreatewordbookmarks(boolean value)
set the a value, whether to use word bookmars when create the bookmarks.
parameters:
value - boolean

getwordbookmarkstitle

public java.lang.string getwordbookmarkstitle()
gets the word bookmarks title. the default value for this title is "word bookmarks".
returns:
the word bookmarks title.

setwordbookmarkstitle

public void setwordbookmarkstitle(java.lang.string value)
sets the word bookmarks title. the default value for this title is "word bookmarks".
parameters:
value - the word bookmarks title.

getwordbookmarkscolor

public java.awt.color getwordbookmarkscolor()
gets the text color of the word bookmarks. the default value is the "saddlebrown" color(#ff8b4513).
returns:
the text color of the word boomarks.

setwordbookmarkscolor

public void setwordbookmarkscolor(java.awt.color value)
sets the text color of the word bookmarks. the default value is the "saddlebrown" color(#ff8b4513).
parameters:
value - the text color of the word boomarks.

getwordbookmarkstextstyle

public bookmarktextstyle getwordbookmarkstextstyle()
gets the text style of the word bookmarks. the default value is the bold.
returns:
the word bookmarks text style.

setwordbookmarkstextstyle

public void setwordbookmarkstextstyle(bookmarktextstyle value)
sets the text style of the word bookmarks. the default value is the bold.
parameters:
value - the word bookmarks text style.


网站地图