PDF.AttributeList

class AttributeList

Methods

__init__

appendFloat

appendFloatArray

appendInt

appendString

appendStringArray

Methods

AttributeList.__init__(self: skia.PDF.AttributeList) None
AttributeList.appendFloat(self: skia.PDF.AttributeList, owner: str, name: str, value: SupportsFloat | SupportsIndex) None
AttributeList.appendFloatArray(self: skia.PDF.AttributeList, owner: str, name: str, value: collections.abc.Sequence[SupportsFloat | SupportsIndex]) None
AttributeList.appendInt(self: skia.PDF.AttributeList, owner: str, name: str, value: SupportsInt | SupportsIndex) None
AttributeList.appendString(self: skia.PDF.AttributeList, owner: str, name: str, value: str) None
AttributeList.appendStringArray(self: skia.PDF.AttributeList, owner: str, name: str, value: collections.abc.Sequence[SupportsInt | SupportsIndex]) None