python_Boot
Overview
python_Boot is a class in Aspose.Font FOSS for Python.
This class provides 8 methods for working with python_Boot objects in Python programs.
Available methods include: field, fields, getClassFields, getInstanceFields, getSuperClass, simpleField, toString1, unhandleKeywords.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
toString1(o, s) | Returns a string representation of object o using the format string s |
fields(o) | Returns a collection of field names defined on object o |
simpleField(o, field) | Retrieves the value of a simple (non‑nested) field from object o |
field(o, field) | Retrieves the value of the specified field (including nested) from object o |
getInstanceFields(c) | Returns a list of field names that are declared directly on class c, excluding fields inherited from super‑classes |
getSuperClass(c) | Returns the direct superclass of class c |
getClassFields(c) | Returns the static/class fields defined on class c |
unhandleKeywords(name) | Calls unhandleKeywords on this python_Boot instance. |