com.spire.doc
Class ToPdfParameterList

java.lang.Object
  extended by com.spire.doc.ToPdfParameterList
Direct Known Subclasses:
ToImageOption

public class ToPdfParameterList
extends java.lang.Object

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

ToPdfParameterList

public ToPdfParameterList()
Method Detail

getMimicWPSLayout

public boolean getMimicWPSLayout()
Gets or sets a value indicating whether to mimic the layout of WPS Application. The default value is false.


setMimicWPSLayout

public void setMimicWPSLayout(boolean value)
Gets or sets a value indicating whether to mimic the layout of WPS Application. The default value is false.


useAuthorNameToDisplayCommentLabel

public boolean useAuthorNameToDisplayCommentLabel()
Gets a value indicating whether display comment label with the author name.


useAuthorNameToDisplayCommentLabel

public void useAuthorNameToDisplayCommentLabel(boolean value)
Sets a value indicating whether display comment label with the author name.


getUpdateFields

public boolean getUpdateFields()
Gets or sets a value indicating whether to change the fields before saving the document when using the new engine. The default value is true.


setUpdateFields

public void setUpdateFields(boolean value)
Gets or sets a value indicating whether to change the fields before saving the document when using the new engine. The default value is true.


getUsePSCoversion

public boolean getUsePSCoversion()
Gets or sets a value indicating whether use the PS conversion.

Returns:
true if use the PS conversion;otherwise,false.

setUsePSCoversion

public void setUsePSCoversion(boolean value)
Gets or sets a value indicating whether use the PS conversion.


isHidden

public boolean isHidden()
Gets or sets hidden text is converted.


isHidden

public void isHidden(boolean value)
Gets or sets hidden text is converted.


getEmbeddedFontNameList

public java.util.List getEmbeddedFontNameList()
Gets or sets Embedded into the PDF document font name.


setEmbeddedFontNameList

public void setEmbeddedFontNameList(java.util.List value)
Gets or sets Embedded into the PDF document font name.


isEmbeddedAllFonts

public boolean isEmbeddedAllFonts()
Gets or sets all fonts are embedded in the PDF document.


isEmbeddedAllFonts

public void isEmbeddedAllFonts(boolean value)
Gets or sets all fonts are embedded in the PDF document.


getDisableLink

public boolean getDisableLink()
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf.


setDisableLink

public void setDisableLink(boolean value)
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf.


isAtLast

public boolean isAtLast()
Gets or sets To Pdf TextBox HeightType.The default is "Exactly".


isAtLast

public void isAtLast(boolean value)
Gets or sets To Pdf TextBox HeightType.The default is "Exactly".


getPdfConformanceLevel

public PdfConformanceLevel getPdfConformanceLevel()
Gets or sets the Pdf document's Conformance-level.


setPdfConformanceLevel

public void setPdfConformanceLevel(PdfConformanceLevel value)
Gets or sets the Pdf document's Conformance-level.


getPdfSecurity

public PdfSecurity getPdfSecurity()
Represents the security settings of the PDF document.


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

getCreateWordBookmarksUsingHeadings

public boolean getCreateWordBookmarksUsingHeadings()
Gets or set the a value that determines whether create the bookmarks using Headings.


setCreateWordBookmarksUsingHeadings

public void setCreateWordBookmarksUsingHeadings(boolean value)
Gets or set the a value that determines whether create the bookmarks using Headings.


getCreateWordBookmarks

public boolean getCreateWordBookmarks()
Gets or set the a value, Whether to use word bookmars when create the bookmarks.


setCreateWordBookmarks

public void setCreateWordBookmarks(boolean value)
Gets or set the a value, Whether to use word bookmars when create the bookmarks.


getWordBookmarksTitle

public java.lang.String getWordBookmarksTitle()
Gets or sets the word bookmarks title. The default value for this title is null.

Returns:
The word bookmarks title.

setWordBookmarksTitle

public void setWordBookmarksTitle(java.lang.String value)
Gets or sets the word bookmarks title. The default value for this title is null.


getWordBookmarksColor

public java.awt.Color getWordBookmarksColor()
Gets or sets 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)
Gets or sets the text color of the word bookmarks. the default value is the "SaddleBrown" color(#FF8B4513).


getWordBookmarksTextStyle

public BookmarkTextStyle getWordBookmarksTextStyle()
Gets or sets 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)
Gets or sets the text style of the word bookmarks. The default value is the Bold.