htmlexportoptions-ag凯发旗舰厅



com.spire.doc
class htmlexportoptions

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

public class htmlexportoptions
extends java.lang.object

constructor summary
htmlexportoptions()
          initializes a new instance of the htmlexportoptions class
 
method summary
 java.lang.string getcssstylesheetfilename()
          gets the name of the html export css style sheet file.
 cssstylesheettype getcssstylesheettype()
          gets the type of the html export css style sheet.
 boolean getepubexportfont()
          gets if font should be embedded in epub
 boolean getimageembedded()
          if false,indicates exporting the image as a single file; if true, embedding the image into the html code using data uri scheme.
 java.lang.string getimagespath()
          gets the html export images folder.
 boolean hasheadersfooters()
          gets a value indicating whether html export headers footers.
 void hasheadersfooters(boolean value)
          sets a value indicating whether html export headers footers.
 boolean istextinputformfieldastext()
          gets a value indicating whether html export text input form field as text.
 void istextinputformfieldastext(boolean value)
          sets a value indicating whether html export text input form field as text.
 void setcssstylesheetfilename(java.lang.string value)
          sets the name of the html export css style sheet file.
 void setcssstylesheettype(cssstylesheettype value)
          sets the type of the html export css style sheet.
 void setepubexportfont(boolean value)
          sets if font should be embedded in epub
 void setimageembedded(boolean value)
          if false,indicates exporting the image as a single file; if true, embedding the image into the html code using data uri scheme.
 void setimagespath(java.lang.string value)
          sets the html export images folder.
 
constructor detail

htmlexportoptions

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

getepubexportfont

public boolean getepubexportfont()
gets if font should be embedded in epub
returns:
boolean

setepubexportfont

public void setepubexportfont(boolean value)
sets if font should be embedded in epub
parameters:
value - boolean

getcssstylesheettype

public cssstylesheettype getcssstylesheettype()
gets the type of the html export css style sheet.
returns:
the type of the html export css style sheet.

setcssstylesheettype

public void setcssstylesheettype(cssstylesheettype value)
sets the type of the html export css style sheet.
parameters:
value - the type of the html export css style sheet.

getimageembedded

public boolean getimageembedded()
if false,indicates exporting the image as a single file; if true, embedding the image into the html code using data uri scheme. the default value is false. note: internet explorer 8 limits data uris to a maximum length of 32kb.
returns:
the value of the html export image style sheet.

setimageembedded

public void setimageembedded(boolean value)
if false,indicates exporting the image as a single file; if true, embedding the image into the html code using data uri scheme. the default value is false. note: internet explorer 8 limits data uris to a maximum length of 32kb.
parameters:
value - the value of the html export image style sheet.

getcssstylesheetfilename

public java.lang.string getcssstylesheetfilename()
gets the name of the html export css style sheet file.
returns:
the name of the html export css style sheet file.

setcssstylesheetfilename

public void setcssstylesheetfilename(java.lang.string value)
sets the name of the html export css style sheet file.
parameters:
value - the name of the html export css style sheet file.

hasheadersfooters

public boolean hasheadersfooters()
gets a value indicating whether html export headers footers.
returns:
boolean

hasheadersfooters

public void hasheadersfooters(boolean value)
sets a value indicating whether html export headers footers.
parameters:
value - boolean

istextinputformfieldastext

public boolean istextinputformfieldastext()
gets a value indicating whether html export text input form field as text.
returns:
if html export text input form field as text

istextinputformfieldastext

public void istextinputformfieldastext(boolean value)
sets a value indicating whether html export text input form field as text.
parameters:
value - if html export text input form field as text, set to true<

getimagespath

public java.lang.string getimagespath()
gets the html export images folder.
returns:
the html export images folder.

setimagespath

public void setimagespath(java.lang.string value)
sets the html export images folder.
parameters:
value - the html export images folder.


网站地图