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: float) None
AttributeList.appendFloatArray(self: skia.PDF.AttributeList, owner: str, name: str, value: List[float]) None
AttributeList.appendInt(self: skia.PDF.AttributeList, owner: str, name: str, value: int) 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: List[int]) None