PDF.AttributeList

class AttributeList

Methods

__init__

__init__(self: skia.PDF.AttributeList) -> None

appendFloat

appendFloat(self: skia.PDF.AttributeList, owner: str, name: str, value: float) -> None

appendFloatArray

appendFloatArray(self: skia.PDF.AttributeList, owner: str, name: str, value: list[float]) -> None

appendInt

appendInt(self: skia.PDF.AttributeList, owner: str, name: str, value: int) -> None

appendString

appendString(self: skia.PDF.AttributeList, owner: str, name: str, value: str) -> None

appendStringArray

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