|
|||||||||
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 |