|
|||||||||
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()
|
Method Summary | |
---|---|
boolean |
getCreateWordBookmarks()
Gets or set the a value, Whether to use word bookmars when create the bookmarks. |
boolean |
getCreateWordBookmarksUsingHeadings()
Gets or set the a value that determines whether create the bookmarks using Headings. |
boolean |
getDisableLink()
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf. |
java.util.List |
getEmbeddedFontNameList()
Gets or sets Embedded into the PDF document font name. |
boolean |
getMimicWPSLayout()
Gets or sets a value indicating whether to mimic the layout of WPS Application. |
PdfConformanceLevel |
getPdfConformanceLevel()
Gets or sets 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 |
getUpdateFields()
Gets or sets a value indicating whether to change the fields before saving the document when using the new engine. |
boolean |
getUsePSCoversion()
Gets or sets a value indicating whether use the PS conversion. |
java.awt.Color |
getWordBookmarksColor()
Gets or sets the text color of the word bookmarks. |
BookmarkTextStyle |
getWordBookmarksTextStyle()
Gets or sets the text style of the word bookmarks. |
java.lang.String |
getWordBookmarksTitle()
Gets or sets the word bookmarks title. |
boolean |
isAtLast()
Gets or sets To Pdf TextBox HeightType.The default is "Exactly". |
void |
isAtLast(boolean value)
Gets or sets To Pdf TextBox HeightType.The default is "Exactly". |
boolean |
isEmbeddedAllFonts()
Gets or sets all fonts are embedded in the PDF document. |
void |
isEmbeddedAllFonts(boolean value)
Gets or sets all fonts are embedded in the PDF document. |
boolean |
isHidden()
Gets or sets hidden text is converted. |
void |
isHidden(boolean value)
Gets or sets hidden text is converted. |
void |
setCreateWordBookmarks(boolean value)
Gets or set the a value, Whether to use word bookmars when create the bookmarks. |
void |
setCreateWordBookmarksUsingHeadings(boolean value)
Gets or set the a value that determines whether create the bookmarks using Headings. |
void |
setDisableLink(boolean value)
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf. |
void |
setEmbeddedFontNameList(java.util.List value)
Gets or sets Embedded into the PDF document font name. |
void |
setMimicWPSLayout(boolean value)
Gets or sets a value indicating whether to mimic the layout of WPS Application. |
void |
setPdfConformanceLevel(PdfConformanceLevel value)
Gets or sets the Pdf document's Conformance-level. |
void |
setPrivateFontPaths(java.util.List<PrivateFontPath> value)
Sets the private font paths. |
void |
setUpdateFields(boolean value)
Gets or sets a value indicating whether to change the fields before saving the document when using the new engine. |
void |
setUsePSCoversion(boolean value)
Gets or sets a value indicating whether use the PS conversion. |
void |
setWordBookmarksColor(java.awt.Color value)
Gets or sets the text color of the word bookmarks. |
void |
setWordBookmarksTextStyle(BookmarkTextStyle value)
Gets or sets the text style of the word bookmarks. |
void |
setWordBookmarksTitle(java.lang.String value)
Gets or sets the word bookmarks title. |
boolean |
useAuthorNameToDisplayCommentLabel()
Gets a value indicating whether display comment label with the author name. |
void |
useAuthorNameToDisplayCommentLabel(boolean value)
Sets a value indicating whether display comment label with the author name. |
Constructor Detail |
---|
public ToPdfParameterList()
Method Detail |
---|
public boolean getMimicWPSLayout()
public void setMimicWPSLayout(boolean value)
public boolean useAuthorNameToDisplayCommentLabel()
public void useAuthorNameToDisplayCommentLabel(boolean value)
public boolean getUpdateFields()
public void setUpdateFields(boolean value)
public boolean getUsePSCoversion()
public void setUsePSCoversion(boolean value)
public boolean isHidden()
public void isHidden(boolean value)
public java.util.List getEmbeddedFontNameList()
public void setEmbeddedFontNameList(java.util.List value)
public boolean isEmbeddedAllFonts()
public void isEmbeddedAllFonts(boolean value)
public boolean getDisableLink()
public void setDisableLink(boolean value)
public boolean isAtLast()
public void isAtLast(boolean value)
public PdfConformanceLevel getPdfConformanceLevel()
public void setPdfConformanceLevel(PdfConformanceLevel value)
public PdfSecurity getPdfSecurity()
public java.util.List<PrivateFontPath> getPrivateFontPaths()
public void setPrivateFontPaths(java.util.List<PrivateFontPath> value)
value
- listpublic boolean getCreateWordBookmarksUsingHeadings()
public void setCreateWordBookmarksUsingHeadings(boolean value)
public boolean getCreateWordBookmarks()
public void setCreateWordBookmarks(boolean value)
public java.lang.String getWordBookmarksTitle()
public void setWordBookmarksTitle(java.lang.String value)
public java.awt.Color getWordBookmarksColor()
public void setWordBookmarksColor(java.awt.Color value)
public BookmarkTextStyle getWordBookmarksTextStyle()
public void setWordBookmarksTextStyle(BookmarkTextStyle value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |