PDF.AttributeList
- class AttributeList
Methods
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