Index

Object HARMONI.SVGFormatOptions


Method Index

 o getEmbeddedFontsOn()
Returns true if fonts are set to be embedded in the SVG document, false otherwise.
 o getEmbeddInHtml()
Returns true if the SVG document is to be embedded in an html document false otherwise.
 o getUseCss()
Returns true if the SVG document uses Cascaded Style Sheets false otherwise.
 o getXML()
Returns the an XML String representation of the format options, if any
 o setEmbeddedFontsOn(boolean)
Set true if fonts are to be embedded in the SVG document, false otherwise.
 o setEmbeddInHtml(boolean)
Set true if the SVG document is to be embedded in an html document false otherwise.
 o setUseCss(boolean)
Set to true if the SVG document is to use Cascaded Style Sheets false otherwise.
 o toString()
Creates display string for format options.

Method Detail

 o setUseCss
void setUseCss(boolean useCss)
          Set to true if the SVG document is to use Cascaded Style Sheets false otherwise.
 o getUseCss
boolean getUseCss()
          Returns true if the SVG document uses Cascaded Style Sheets false otherwise.
 o setEmbeddInHtml
void setEmbeddInHtml(boolean embeddInHtml)
          Set true if the SVG document is to be embedded in an html document false otherwise.
 o getEmbeddInHtml
boolean getEmbeddInHtml()
          Returns true if the SVG document is to be embedded in an html document false otherwise.
 o setEmbeddedFontsOn
void setEmbeddedFontsOn(boolean embeddedFontsOn)
          Set true if fonts are to be embedded in the SVG document, false otherwise.
 o getEmbeddedFontsOn
boolean getEmbeddedFontsOn()
          Returns true if fonts are set to be embedded in the SVG document, false otherwise.
 o getXML
byte[] getXML()
          Returns the an XML String representation of the format options, if any
 o toString
String toString()
          Creates display string for format options.

Index