Skip to content

FontFamily_Type

Bases: NBOBaseClass

Represents the XML simple type FontFamily.

The font family used to draw the text. [enumeration] Note: these values are all lower case so they match the standard HTML/CSS values. "fantasy" has been included for completeness we do not recommended its regular use.

Allowed values: serif, sans-serif, cursive, fantasy, monospace

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

set(v, validate=True)

get()

getAllowedValues() staticmethod

getPattern() staticmethod