fastpyxl.worksheet.ole module
- class fastpyxl.worksheet.ole.ObjectAnchor(_from=None, to=None, moveWithCells=False, sizeWithCells=False, z_order=None)[source]
Bases:
Serialisable- moveWithCells: bool | None
- sizeWithCells: bool | None
- tagname = 'anchor'
- to: AnchorMarker | None
- xml_order = ('_from', 'to')
- z_order: int | None
- class fastpyxl.worksheet.ole.ObjectPr(anchor=None, locked=True, defaultSize=True, _print=True, disabled=False, uiObject=False, autoFill=True, autoLine=True, autoPict=True, macro=None, altText=None, dde=False)[source]
Bases:
Serialisable- altText: str | None
- anchor: ObjectAnchor | None
- autoFill: bool | None
- autoLine: bool | None
- autoPict: bool | None
- dde: bool | None
- defaultSize: bool | None
- disabled: bool | None
- locked: bool | None
- macro: str | None
- tagname = 'objectPr'
- uiObject: bool | None
- xml_order = ('anchor',)
- class fastpyxl.worksheet.ole.OleObject(objectPr=None, progId=None, dvAspect='DVASPECT_CONTENT', link=None, oleUpdate=None, autoLoad=False, shapeId=None)[source]
Bases:
Serialisable- autoLoad: bool | None
- dvAspect: str | None
- link: str | None
- oleUpdate: str | None
- progId: str | None
- shapeId: int | None
- tagname = 'oleObject'
- xml_order = ('objectPr',)