PDF.AttributeList
- class AttributeList
Methods
__init__(self: skia.PDF.AttributeList) -> None
appendFloat(self: skia.PDF.AttributeList, owner: str, name: str, value: float) -> None
appendFloatArray(self: skia.PDF.AttributeList, owner: str, name: str, value: list[float]) -> None
appendInt(self: skia.PDF.AttributeList, owner: str, name: str, value: int) -> None
appendString(self: skia.PDF.AttributeList, owner: str, name: str, value: str) -> None
appendStringArray(self: skia.PDF.AttributeList, owner: str, name: str, value: list[int]) -> None
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