aspose.diagram
Class Font

Contains information about a font.

Constructor Summary
Font()
           Constructor.
 
Property Getters/Setters Summary
functiongetCharSets()
functionsetCharSets(value)
           The supported character sets of the font.
functiongetFlags()
functionsetFlags(value)
           Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
functiongetID()
functionsetID(value)
           The ID of the element within its parent element.
functiongetName()
functionsetName(value)
           The name of the font as a UTF-16 Unicode string.
functiongetPanos()
functionsetPanos(value)
           The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
functiongetUnicodeRanges()
functionsetUnicodeRanges(value)
           The supported Unicode ranges of the font.
 

Constructor Detail

Font

function Font()
Constructor.

Property Getters/Setters Detail

getID/setID : Number 

function getID() / function setID(value)
The ID of the element within its parent element.

getName/setName : String 

function getName() / function setName(value)
The name of the font as a UTF-16 Unicode string.

getUnicodeRanges/setUnicodeRanges : String 

function getUnicodeRanges() / function setUnicodeRanges(value)
The supported Unicode ranges of the font.

getCharSets/setCharSets : String 

function getCharSets() / function setCharSets(value)
The supported character sets of the font.

getPanos/setPanos : String 

function getPanos() / function setPanos(value)
The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.

getFlags/setFlags : Number 

function getFlags() / function setFlags(value)
Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.