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