CtrlK
BlogDocsLog inGet started
Tessl Logo

pyxll/pyxll-agent-skills

A curated collection of Agent Skills for working with PYXLL, to help AI agents write and understand code using the PyXLL Excel add-in.

99

1.56x
Quality

90%

Does it follow best practices?

Impact

100%

1.56x

Average score across 17 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

shapes.mdskills/pywin32-excel-docs/resources/

Shapes & Drawing

Adjustments

Properties:

  • Application: Any
  • Count: Any
  • Creator: Any
  • Parent: Any

Methods:

  • __call__(Index: int) -> float
  • __len__() -> Any
  • __nonzero__() -> Any

Property Accessors (parameterized — must be called as method):

  • Item(Index: int) -> float
  • SetItem(Index: int, arg1: float) -> None

Arc

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Arcs

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(X1: float, Y1: float, X2: float, Y2: float) -> Arc
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Button

Properties:

  • Accelerator: Any
  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • BottomRightCell: Range
  • CancelButton: Any
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • DefaultButton: Any
  • DismissButton: Any
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HelpButton: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Buttons

Properties:

  • Accelerator: Any
  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • CancelButton: Any
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • DefaultButton: Any
  • DismissButton: Any
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HelpButton: Any
  • HorizontalAlignment: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Button
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

CalloutFormat

Properties:

  • Accent: MsoTriState
  • Angle: MsoCalloutAngleType
  • Application: Any
  • AutoAttach: MsoTriState
  • AutoLength: MsoTriState
  • Border: MsoTriState
  • Creator: Any
  • Drop: Any
  • DropType: MsoCalloutDropType
  • Gap: Any
  • Length: Any
  • Parent: Any
  • Type: MsoCalloutType

Methods:

  • AutomaticLength() -> None
  • CustomDrop(Drop: float) -> None
  • CustomLength(Length: float) -> None
  • PresetDrop(DropType: MsoCalloutDropType) -> None

CheckBox

Properties:

  • Accelerator: Any
  • Application: Application
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

CheckBoxes

Properties:

  • Accelerator: Any
  • Application: Application
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Interior: Interior
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> CheckBox
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

ColorFormat

Properties:

  • Application: Any
  • Brightness: Any
  • Creator: Any
  • ObjectThemeColor: MsoThemeColorIndex
  • Parent: Any
  • RGB: Any
  • SchemeColor: Any
  • TintAndShade: Any
  • Type: MsoColorType

Methods:

  • __call__() -> Any

ConnectorFormat

Properties:

  • Application: Application
  • BeginConnected: MsoTriState
  • BeginConnectedShape: Shape
  • BeginConnectionSite: Any
  • Creator: XlCreator
  • EndConnected: MsoTriState
  • EndConnectedShape: Shape
  • EndConnectionSite: Any
  • Parent: Any
  • Type: MsoConnectorType

Methods:

  • BeginConnect(ConnectedShape: Shape, ConnectionSite: int) -> None
  • BeginDisconnect() -> None
  • EndConnect(ConnectedShape: Shape, ConnectionSite: int) -> None
  • EndDisconnect() -> None

ControlFormat

Properties:

  • Application: Application
  • Creator: XlCreator
  • DropDownLines: Any
  • Enabled: Any
  • LargeChange: Any
  • LinkedCell: Any
  • ListCount: Any
  • ListFillRange: Any
  • ListIndex: Any
  • LockedText: Any
  • Max: Any
  • Min: Any
  • MultiSelect: Any
  • Parent: Any
  • PrintObject: Any
  • SmallChange: Any
  • Value: Any

Methods:

  • __call__() -> Any
  • AddItem(Text: str, Index?) -> None
  • List(Index?) -> Any
  • RemoveAllItems() -> None
  • RemoveItem(Index: int, Count?) -> None

Diagram

Properties:

  • Application: Application
  • AutoFormat: MsoTriState
  • AutoLayout: MsoTriState
  • Creator: XlCreator
  • Nodes: DiagramNodes
  • Parent: Any
  • Reverse: MsoTriState
  • Type: MsoDiagramType

Methods:

  • Convert(Type: MsoDiagramType) -> None
  • FitText() -> None

DiagramNode

Properties:

  • Application: Any
  • Children: DiagramNodeChildren
  • Creator: Any
  • Diagram: IMsoDiagram
  • Layout: MsoOrgChartLayoutType
  • Parent: Any
  • Root: DiagramNode
  • Shape: Shape
  • TextShape: Shape

Methods:

  • AddNode(pos: MsoRelativeNodePosition?, nodeType: MsoDiagramNodeType?) -> DiagramNode
  • CloneNode(copyChildren: bool, pTargetNode: DiagramNode, pos: MsoRelativeNodePosition?) -> DiagramNode
  • Delete() -> None
  • MoveNode(pTargetNode: DiagramNode, pos: MsoRelativeNodePosition) -> None
  • NextNode() -> DiagramNode
  • PrevNode() -> DiagramNode
  • ReplaceNode(pTargetNode: DiagramNode) -> None
  • SwapNode(pTargetNode: DiagramNode, swapChildren: bool?) -> None
  • TransferChildren(pReceivingNode: DiagramNode) -> None

DiagramNodeChildren

Properties:

  • Application: Any
  • Count: Any
  • Creator: Any
  • FirstChild: DiagramNode
  • LastChild: DiagramNode
  • Parent: Any

Methods:

  • __call__(Index) -> DiagramNode
  • __len__() -> Any
  • __nonzero__() -> Any
  • AddNode(Index?, nodeType: MsoDiagramNodeType?) -> DiagramNode
  • Item(Index) -> DiagramNode
  • SelectAll() -> None

DiagramNodes

Properties:

  • Application: Any
  • Count: Any
  • Creator: Any
  • Parent: Any

Methods:

  • __call__(Index) -> DiagramNode
  • __len__() -> Any
  • __nonzero__() -> Any
  • Item(Index) -> DiagramNode
  • SelectAll() -> None

DialogFrame

Properties:

  • Application: Application
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Height: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Width: Any

Methods:

  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Select(Replace?) -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Drawing

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Vertices: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • AddVertex(Left: float, Top: float) -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Reshape(Vertex: int, Insert: bool, Left?, Top?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters
  • GetVertices(Index1?, Index2?) -> Any

DrawingObjects

Properties:

  • Accelerator: Any
  • AddIndent: Any
  • Application: Application
  • ArrowHeadLength: Any
  • ArrowHeadStyle: Any
  • ArrowHeadWidth: Any
  • AutoSize: Any
  • Border: Border
  • CancelButton: Any
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • DefaultButton: Any
  • DismissButton: Any
  • Display3DShading: Any
  • DisplayVerticalScrollBar: Any
  • DropDownLines: Any
  • Enabled: Any
  • Font: Font
  • Height: Any
  • HelpButton: Any
  • HorizontalAlignment: Any
  • InputType: Any
  • Interior: Interior
  • LargeChange: Any
  • Left: Any
  • LinkedCell: Any
  • ListFillRange: Any
  • ListIndex: Any
  • Locked: Any
  • LockedText: Any
  • Max: Any
  • Min: Any
  • MultiLine: Any
  • MultiSelect: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • SmallChange: Any
  • Text: Any
  • Top: Any
  • Value: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • AddItem(Text, Index?) -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • LinkCombo(Link?) -> Any
  • List(Index?) -> Any
  • RemoveAllItems() -> Any
  • RemoveItem(Index: int, Count?) -> Any
  • Reshape(Vertex: int, Insert, Left?, Top?) -> Any
  • Select(Replace?) -> Any
  • Selected(Index?) -> Any
  • SendToBack() -> Any
  • Ungroup() -> Dispatch
  • Vertices(Index1?, Index2?) -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Drawings

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(X1: float, Y1: float, X2: float, Y2: float, Closed: bool) -> Drawing
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Reshape(Vertex: int, Insert: bool, Left?, Top?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

DropDown

Properties:

  • Application: Application
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Display3DShading: Any
  • DropDownLines: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • LinkedCell: Any
  • LinkedObject: Any
  • List: Any
  • ListCount: Any
  • ListFillRange: Any
  • ListIndex: Any
  • Locked: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Selected: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • AddItem(Text, Index?) -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • RemoveAllItems() -> Any
  • RemoveItem(Index: int, Count?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters
  • GetList(Index?) -> Any
  • GetSelected(Index?) -> Any
  • SetList(Index, arg1) -> None
  • SetSelected(Index, arg1) -> None

DropDowns

Properties:

  • Application: Application
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • DropDownLines: Any
  • Enabled: Any
  • Height: Any
  • Left: Any
  • LinkedCell: Any
  • List: Any
  • ListFillRange: Any
  • ListIndex: Any
  • Locked: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Selected: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float, Editable?) -> DropDown
  • AddItem(Text, Index?) -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • RemoveAllItems() -> Any
  • RemoveItem(Index: int, Count?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters
  • GetList(Index?) -> Any
  • GetSelected(Index?) -> Any
  • SetList(Index, arg1) -> None
  • SetSelected(Index, arg1) -> None

EditBox

Properties:

  • Application: Application
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • DisplayVerticalScrollBar: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • InputType: Any
  • Left: Any
  • LinkedObject: Any
  • Locked: Any
  • LockedText: Any
  • MultiLine: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • PasswordEdit: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

EditBoxes

Properties:

  • Application: Application
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • DisplayVerticalScrollBar: Any
  • Enabled: Any
  • Height: Any
  • InputType: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • MultiLine: Any
  • OnAction: Any
  • Parent: Any
  • PasswordEdit: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> EditBox
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

FillFormat

Properties:

  • Application: Any
  • BackColor: ColorFormat
  • Creator: Any
  • ForeColor: ColorFormat
  • GradientAngle: Any
  • GradientColorType: MsoGradientColorType
  • GradientDegree: Any
  • GradientStops: GradientStops
  • GradientStyle: MsoGradientStyle
  • GradientVariant: Any
  • Parent: Any
  • Pattern: MsoPatternType
  • PictureEffects: PictureEffects
  • PresetGradientType: MsoPresetGradientType
  • PresetTexture: MsoPresetTexture
  • RotateWithObject: MsoTriState
  • TextureAlignment: MsoTextureAlignment
  • TextureHorizontalScale: Any
  • TextureName: Any
  • TextureOffsetX: Any
  • TextureOffsetY: Any
  • TextureTile: MsoTriState
  • TextureType: MsoTextureType
  • TextureVerticalScale: Any
  • Transparency: Any
  • Type: MsoFillType
  • Visible: MsoTriState

Methods:

  • Background() -> None
  • OneColorGradient(Style: MsoGradientStyle, Variant: int, Degree: float) -> None
  • Patterned(Pattern: MsoPatternType) -> None
  • PresetGradient(Style: MsoGradientStyle, Variant: int, PresetGradientType: MsoPresetGradientType) -> None
  • PresetTextured(PresetTexture: MsoPresetTexture) -> None
  • Solid() -> None
  • TwoColorGradient(Style: MsoGradientStyle, Variant: int) -> None
  • UserPicture(PictureFile: str) -> None
  • UserTextured(TextureFile: str) -> None

FreeformBuilder

Properties:

  • Application: Application
  • Creator: XlCreator
  • Parent: Any

Methods:

  • AddNodes(SegmentType: MsoSegmentType, EditingType: MsoEditingType, X1: float, Y1: float, X2?, Y2?, X3?, Y3?) -> None
  • ConvertToShape() -> Shape

Graphic

Properties:

  • Application: Application
  • Brightness: Any
  • ColorType: MsoPictureColorType
  • Contrast: Any
  • Creator: XlCreator
  • CropBottom: Any
  • CropLeft: Any
  • CropRight: Any
  • CropTop: Any
  • Filename: Any
  • Height: Any
  • LockAspectRatio: MsoTriState
  • Parent: Any
  • Width: Any

GroupBox

Properties:

  • Accelerator: Any
  • Application: Application
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

GroupBoxes

Properties:

  • Accelerator: Any
  • Application: Application
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> GroupBox
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

GroupObject

Properties:

  • AddIndent: Any
  • Application: Application
  • ArrowHeadLength: Any
  • ArrowHeadStyle: Any
  • ArrowHeadWidth: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any
  • Ungroup() -> Dispatch

GroupObjects

Properties:

  • AddIndent: Any
  • Application: Application
  • ArrowHeadLength: Any
  • ArrowHeadStyle: Any
  • ArrowHeadWidth: Any
  • AutoSize: Any
  • Border: Border
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any
  • Ungroup() -> Dispatch

GroupShapes

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Parent: Any

Methods:

  • __call__(Index) -> Shape
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • _Default(Index) -> Shape
  • Item(Index) -> Shape

Property Accessors (parameterized — must be called as method):

  • Range(Index) -> ShapeRange

Label

Properties:

  • Accelerator: Any
  • Application: Application
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Labels

Properties:

  • Accelerator: Any
  • Application: Application
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Label
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Line

Properties:

  • Application: Application
  • ArrowHeadLength: Any
  • ArrowHeadStyle: Any
  • ArrowHeadWidth: Any
  • Border: Border
  • BottomRightCell: Range
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • Locked: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

LineFormat

Properties:

  • Application: Any
  • BackColor: ColorFormat
  • BeginArrowheadLength: MsoArrowheadLength
  • BeginArrowheadStyle: MsoArrowheadStyle
  • BeginArrowheadWidth: MsoArrowheadWidth
  • Creator: Any
  • DashStyle: MsoLineDashStyle
  • EndArrowheadLength: MsoArrowheadLength
  • EndArrowheadStyle: MsoArrowheadStyle
  • EndArrowheadWidth: MsoArrowheadWidth
  • ForeColor: ColorFormat
  • InsetPen: MsoTriState
  • Parent: Any
  • Pattern: MsoPatternType
  • Style: MsoLineStyle
  • Transparency: Any
  • Visible: MsoTriState
  • Weight: Any

Lines

Properties:

  • Application: Application
  • ArrowHeadLength: Any
  • ArrowHeadStyle: Any
  • ArrowHeadWidth: Any
  • Border: Border
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Left: Any
  • Locked: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(X1: float, Y1: float, X2: float, Y2: float) -> Line
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

LinkFormat

Properties:

  • Application: Application
  • AutoUpdate: Any
  • Creator: XlCreator
  • Locked: Any
  • Parent: Any

Methods:

  • Update() -> None

ListBox

Properties:

  • Application: Application
  • BottomRightCell: Range
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • LinkedCell: Any
  • LinkedObject: Any
  • List: Any
  • ListCount: Any
  • ListFillRange: Any
  • ListIndex: Any
  • Locked: Any
  • MultiSelect: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Selected: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • AddItem(Text, Index?) -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • RemoveAllItems() -> Any
  • RemoveItem(Index: int, Count?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetList(Index?) -> Any
  • GetSelected(Index?) -> Any
  • SetList(Index, arg1) -> None
  • SetSelected(Index, arg1) -> None

ListBoxes

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Left: Any
  • LinkedCell: Any
  • List: Any
  • ListFillRange: Any
  • ListIndex: Any
  • Locked: Any
  • MultiSelect: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Selected: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> ListBox
  • AddItem(Text, Index?) -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • RemoveAllItems() -> Any
  • RemoveItem(Index: int, Count?) -> Any
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetList(Index?) -> Any
  • GetSelected(Index?) -> Any
  • SetList(Index, arg1) -> None
  • SetSelected(Index, arg1) -> None

Model3DFormat

Properties:

  • Application: Any
  • AutoFit: MsoTriState
  • CameraPositionX: Any
  • CameraPositionY: Any
  • CameraPositionZ: Any
  • Creator: Any
  • FieldOfView: Any
  • LookAtPointX: Any
  • LookAtPointY: Any
  • LookAtPointZ: Any
  • Parent: Any
  • RotationX: Any
  • RotationY: Any
  • RotationZ: Any

Methods:

  • IncrementRotationX(Increment: float) -> None
  • IncrementRotationY(Increment: float) -> None
  • IncrementRotationZ(Increment: float) -> None
  • ResetModel(ResetSize: bool?) -> None

OLEFormat

Properties:

  • Application: Application
  • Creator: XlCreator
  • Object: Any
  • Parent: Any
  • progID: Any

Methods:

  • Activate() -> None
  • Verb(Verb?) -> None

OLEObjects

Properties:

  • Application: Application
  • AutoLoad: Any
  • Border: Border
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • SourceName: Any
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(ClassType?, Filename?, Link?, DisplayAsIcon?, IconFileName?, IconIndex?, IconLabel?, Left?, Top?, Width?, Height?) -> OLEObject
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

OptionButton

Properties:

  • Accelerator: Any
  • Application: Application
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • GroupBox: GroupBox
  • Height: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

OptionButtons

Properties:

  • Accelerator: Any
  • Application: Application
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • GroupBox: GroupBox
  • Height: Any
  • Interior: Interior
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Parent: Any
  • PhoneticAccelerator: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> OptionButton
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Oval

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Ovals

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Oval
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Picture

Properties:

  • Application: Application
  • Border: Border
  • BottomRightCell: Range
  • Creator: XlCreator
  • Enabled: Any
  • Formula: Any
  • Height: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

PictureFormat

Properties:

  • Application: Any
  • Brightness: Any
  • ColorType: MsoPictureColorType
  • Contrast: Any
  • Creator: Any
  • Crop: Crop
  • CropBottom: Any
  • CropLeft: Any
  • CropRight: Any
  • CropTop: Any
  • Parent: Any
  • TransparencyColor: Any
  • TransparentBackground: MsoTriState

Methods:

  • IncrementBrightness(Increment: float) -> None
  • IncrementContrast(Increment: float) -> None

Pictures

Properties:

  • Application: Application
  • Border: Border
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Formula: Any
  • Height: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Top: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Picture
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Insert(Filename: str, Converter?) -> Picture
  • Item(Index) -> Dispatch
  • Paste(Link?) -> Picture
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Rectangle

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

Rectangles

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Rectangle
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

ScrollBar

Properties:

  • Application: Application
  • BottomRightCell: Range
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • LargeChange: Any
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • Max: Any
  • Min: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • SmallChange: Any
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

ScrollBars

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • LargeChange: Any
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • Max: Any
  • Min: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • SmallChange: Any
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> ScrollBar
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

ShadowFormat

Properties:

  • Application: Any
  • Blur: Any
  • Creator: Any
  • ForeColor: ColorFormat
  • Obscured: MsoTriState
  • OffsetX: Any
  • OffsetY: Any
  • Parent: Any
  • RotateWithShape: MsoTriState
  • Size: Any
  • Style: MsoShadowStyle
  • Transparency: Any
  • Type: MsoShadowType
  • Visible: MsoTriState

Methods:

  • IncrementOffsetX(Increment: float) -> None
  • IncrementOffsetY(Increment: float) -> None

Shape

Properties:

  • Adjustments: Adjustments
  • AlternativeText: Any
  • Application: Application
  • AutoShapeType: MsoAutoShapeType
  • BackgroundStyle: MsoBackgroundStyleIndex
  • BlackWhiteMode: MsoBlackWhiteMode
  • BottomRightCell: Range
  • Callout: CalloutFormat
  • CanvasItems: CanvasShapes
  • Chart: Chart
  • Child: MsoTriState
  • ConnectionSiteCount: Any
  • Connector: MsoTriState
  • ConnectorFormat: ConnectorFormat
  • ControlFormat: ControlFormat
  • Creator: XlCreator
  • Decorative: MsoTriState
  • Diagram: Diagram
  • DiagramNode: DiagramNode
  • DrawingObject: Any
  • Fill: FillFormat
  • FormControlType: XlFormControl
  • Glow: GlowFormat
  • GraphicStyle: MsoGraphicStyleIndex
  • GroupItems: GroupShapes
  • HasChart: MsoTriState
  • HasDiagram: MsoTriState
  • HasDiagramNode: MsoTriState
  • HasSmartArt: MsoTriState
  • Height: Any
  • HorizontalFlip: MsoTriState
  • Hyperlink: Hyperlink
  • ID: Any
  • Left: Any
  • Line: LineFormat
  • LinkFormat: LinkFormat
  • LockAspectRatio: MsoTriState
  • Locked: Any
  • Model3D: Model3DFormat
  • Name: Any
  • Nodes: ShapeNodes
  • OLEFormat: OLEFormat
  • OnAction: Any
  • Parent: Any
  • ParentGroup: Shape
  • PictureFormat: PictureFormat
  • Placement: XlPlacement
  • Reflection: ReflectionFormat
  • Rotation: Any
  • Script: Script
  • Shadow: ShadowFormat
  • ShapeStyle: MsoShapeStyleIndex
  • SmartArt: SmartArt
  • SoftEdge: SoftEdgeFormat
  • TextEffect: TextEffectFormat
  • TextFrame: TextFrame
  • TextFrame2: TextFrame2
  • ThreeD: ThreeDFormat
  • Title: Any
  • Top: Any
  • TopLeftCell: Range
  • Type: MsoShapeType
  • VerticalFlip: MsoTriState
  • Vertices: Any
  • Visible: MsoTriState
  • Width: Any
  • ZOrderPosition: Any

Methods:

  • Apply() -> None
  • CanvasCropBottom(Increment: float) -> None
  • CanvasCropLeft(Increment: float) -> None
  • CanvasCropRight(Increment: float) -> None
  • CanvasCropTop(Increment: float) -> None
  • Copy() -> None
  • CopyPicture(Appearance?, Format?) -> None
  • Cut() -> None
  • Delete() -> None
  • Duplicate() -> Shape
  • Flip(FlipCmd: MsoFlipCmd) -> None
  • IncrementLeft(Increment: float) -> None
  • IncrementRotation(Increment: float) -> None
  • IncrementTop(Increment: float) -> None
  • PickUp() -> None
  • RerouteConnections() -> None
  • ScaleHeight(Factor: float, RelativeToOriginalSize: MsoTriState, Scale?) -> None
  • ScaleWidth(Factor: float, RelativeToOriginalSize: MsoTriState, Scale?) -> None
  • Select(Replace?) -> None
  • SetShapesDefaultProperties() -> None
  • Ungroup() -> ShapeRange
  • ZOrder(ZOrderCmd: MsoZOrderCmd) -> None

ShapeNode

Properties:

  • Application: Any
  • Creator: Any
  • EditingType: MsoEditingType
  • Parent: Any
  • Points: Any
  • SegmentType: MsoSegmentType

ShapeNodes

Properties:

  • Application: Any
  • Count: Any
  • Creator: Any
  • Parent: Any

Methods:

  • __call__(Index) -> ShapeNode
  • __len__() -> Any
  • __nonzero__() -> Any
  • Delete(Index: int) -> None
  • Insert(Index: int, SegmentType: MsoSegmentType, EditingType: MsoEditingType, X1: float, Y1: float, X2: float?, Y2: float?, X3: float?, Y3: float?) -> None
  • Item(Index) -> ShapeNode
  • SetEditingType(Index: int, EditingType: MsoEditingType) -> None
  • SetPosition(Index: int, X1: float, Y1: float) -> None
  • SetSegmentType(Index: int, SegmentType: MsoSegmentType) -> None

ShapeRange

Properties:

  • Adjustments: Adjustments
  • AlternativeText: Any
  • Application: Application
  • AutoShapeType: MsoAutoShapeType
  • BackgroundStyle: MsoBackgroundStyleIndex
  • BlackWhiteMode: MsoBlackWhiteMode
  • Callout: CalloutFormat
  • CanvasItems: CanvasShapes
  • Chart: Chart
  • Child: MsoTriState
  • ConnectionSiteCount: Any
  • Connector: MsoTriState
  • ConnectorFormat: ConnectorFormat
  • Count: Any
  • Creator: XlCreator
  • Decorative: MsoTriState
  • Diagram: Diagram
  • DiagramNode: DiagramNode
  • Fill: FillFormat
  • Glow: GlowFormat
  • GraphicStyle: MsoGraphicStyleIndex
  • GroupItems: GroupShapes
  • HasChart: MsoTriState
  • HasDiagram: MsoTriState
  • HasDiagramNode: MsoTriState
  • Height: Any
  • HorizontalFlip: MsoTriState
  • ID: Any
  • Left: Any
  • Line: LineFormat
  • LockAspectRatio: MsoTriState
  • Model3D: Model3DFormat
  • Name: Any
  • Nodes: ShapeNodes
  • Parent: Any
  • ParentGroup: Shape
  • PictureFormat: PictureFormat
  • Reflection: ReflectionFormat
  • Rotation: Any
  • Shadow: ShadowFormat
  • ShapeStyle: MsoShapeStyleIndex
  • SoftEdge: SoftEdgeFormat
  • TextEffect: TextEffectFormat
  • TextFrame: TextFrame
  • TextFrame2: TextFrame2
  • ThreeD: ThreeDFormat
  • Title: Any
  • Top: Any
  • Type: MsoShapeType
  • VerticalFlip: MsoTriState
  • Vertices: Any
  • Visible: MsoTriState
  • Width: Any
  • ZOrderPosition: Any

Methods:

  • __call__(Index) -> Shape
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • _Default(Index) -> Shape
  • Align(AlignCmd: MsoAlignCmd, RelativeTo: MsoTriState) -> None
  • Apply() -> None
  • CanvasCropBottom(Increment: float) -> None
  • CanvasCropLeft(Increment: float) -> None
  • CanvasCropRight(Increment: float) -> None
  • CanvasCropTop(Increment: float) -> None
  • Delete() -> None
  • Distribute(DistributeCmd: MsoDistributeCmd, RelativeTo: MsoTriState) -> None
  • Duplicate() -> ShapeRange
  • Flip(FlipCmd: MsoFlipCmd) -> None
  • Group() -> Shape
  • IncrementLeft(Increment: float) -> None
  • IncrementRotation(Increment: float) -> None
  • IncrementTop(Increment: float) -> None
  • Item(Index) -> Shape
  • PickUp() -> None
  • Regroup() -> Shape
  • RerouteConnections() -> None
  • ScaleHeight(Factor: float, RelativeToOriginalSize: MsoTriState, Scale?) -> None
  • ScaleWidth(Factor: float, RelativeToOriginalSize: MsoTriState, Scale?) -> None
  • Select(Replace?) -> None
  • SetShapesDefaultProperties() -> None
  • Ungroup() -> ShapeRange
  • ZOrder(ZOrderCmd: MsoZOrderCmd) -> None

Shapes

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Parent: Any

Methods:

  • __call__(Index) -> Shape
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • _Default(Index) -> Shape
  • Add3DModel(Filename: str, LinkToFile?, SaveWithDocument?, Left?, Top?, Width?, Height?) -> Shape
  • AddCallout(Type: MsoCalloutType, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddCanvas(Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddChart(XlChartType?, Left?, Top?, Width?, Height?) -> Shape
  • AddChart2(Style?, XlChartType?, Left?, Top?, Width?, Height?, NewLayout?) -> Shape
  • AddConnector(Type: MsoConnectorType, BeginX: float, BeginY: float, EndX: float, EndY: float) -> Shape
  • AddCurve(SafeArrayOfPoints) -> Shape
  • AddDiagram(Type: MsoDiagramType, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddFormControl(Type: XlFormControl, Left: int, Top: int, Width: int, Height: int) -> Shape
  • AddLabel(Orientation: MsoTextOrientation, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddLine(BeginX: float, BeginY: float, EndX: float, EndY: float) -> Shape
  • AddOLEObject(ClassType?, Filename?, Link?, DisplayAsIcon?, IconFileName?, IconIndex?, IconLabel?, Left?, Top?, Width?, Height?) -> Shape
  • AddPicture(Filename: str, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddPicture2(Filename: str, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: float, Top: float, Width: float, Height: float, Compress: MsoPictureCompress) -> Shape
  • AddPolyline(SafeArrayOfPoints) -> Shape
  • AddShape(Type: MsoAutoShapeType, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddSmartArt(Layout: SmartArtLayout, Left?, Top?, Width?, Height?) -> Shape
  • AddTextbox(Orientation: MsoTextOrientation, Left: float, Top: float, Width: float, Height: float) -> Shape
  • AddTextEffect(PresetTextEffect: MsoPresetTextEffect, Text: str, FontName: str, FontSize: float, FontBold: MsoTriState, FontItalic: MsoTriState, Left: float, Top: float) -> Shape
  • BuildFreeform(EditingType: MsoEditingType, X1: float, Y1: float) -> FreeformBuilder
  • Item(Index) -> Shape
  • SelectAll() -> None

Property Accessors (parameterized — must be called as method):

  • Range(Index) -> ShapeRange

SparkAxes

Properties:

  • Application: Application
  • Creator: XlCreator
  • Horizontal: SparkHorizontalAxis
  • Parent: Any
  • Vertical: SparkVerticalAxis

SparkColor

Properties:

  • Application: Application
  • Color: FormatColor
  • Creator: XlCreator
  • Parent: Any
  • Visible: Any

SparkHorizontalAxis

Properties:

  • Application: Application
  • Axis: SparkColor
  • Creator: XlCreator
  • IsDateAxis: Any
  • Parent: Any
  • RightToLeftPlotOrder: Any

SparkPoints

Properties:

  • Application: Application
  • Creator: XlCreator
  • Firstpoint: SparkColor
  • Highpoint: SparkColor
  • Lastpoint: SparkColor
  • Lowpoint: SparkColor
  • Markers: SparkColor
  • Negative: SparkColor
  • Parent: Any

SparkVerticalAxis

Properties:

  • Application: Application
  • Creator: XlCreator
  • CustomMaxScaleValue: Any
  • CustomMinScaleValue: Any
  • MaxScaleType: XlSparkScale
  • MinScaleType: XlSparkScale
  • Parent: Any

Sparkline

Properties:

  • Application: Application
  • Creator: XlCreator
  • Location: Range
  • Parent: Any
  • SourceData: Any

Methods:

  • ModifyLocation(Range: Range) -> None
  • ModifySourceData(Formula: str) -> None

SparklineGroup

Properties:

  • Application: Application
  • Axes: SparkAxes
  • Count: Any
  • Creator: XlCreator
  • DateRange: Any
  • DisplayBlanksAs: XlDisplayBlanksAs
  • DisplayHidden: Any
  • LineWeight: Any
  • Location: Range
  • Parent: Any
  • PlotBy: XlSparklineRowCol
  • Points: SparkPoints
  • SeriesColor: FormatColor
  • SourceData: Any
  • Type: XlSparkType

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Delete() -> None
  • Modify(Location: Range, SourceData: str) -> None
  • ModifyDateRange(DateRange: str) -> None
  • ModifyLocation(Location: Range) -> None
  • ModifySourceData(SourceData: str) -> None

Property Accessors (parameterized — must be called as method):

  • Item(Index) -> Sparkline

SparklineGroups

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Parent: Any

Methods:

  • __call__(Index) -> SparklineGroup
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Type: XlSparkType, SourceData: str) -> SparklineGroup
  • Clear() -> None
  • ClearGroups() -> None
  • Group(Location: Range) -> None
  • Ungroup() -> None

Property Accessors (parameterized — must be called as method):

  • _Default(Index) -> SparklineGroup
  • Item(Index) -> SparklineGroup

Spinner

Properties:

  • Application: Application
  • BottomRightCell: Range
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • Max: Any
  • Min: Any
  • Name: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • SmallChange: Any
  • Top: Any
  • TopLeftCell: Range
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Spinners

Properties:

  • Application: Application
  • Count: Any
  • Creator: XlCreator
  • Display3DShading: Any
  • Enabled: Any
  • Height: Any
  • Left: Any
  • LinkedCell: Any
  • Locked: Any
  • Max: Any
  • Min: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ShapeRange: ShapeRange
  • SmallChange: Any
  • Top: Any
  • Value: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __call__() -> Any
  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> Spinner
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

TextBox

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • BottomRightCell: Range
  • Caption: Any
  • Characters: Characters
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • Name: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • TopLeftCell: Range
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

TextBoxes

Properties:

  • AddIndent: Any
  • Application: Application
  • AutoScaleFont: Any
  • AutoSize: Any
  • Border: Border
  • Caption: Any
  • Characters: Characters
  • Count: Any
  • Creator: XlCreator
  • Enabled: Any
  • Font: Font
  • Formula: Any
  • Height: Any
  • HorizontalAlignment: Any
  • Interior: Interior
  • Left: Any
  • Locked: Any
  • LockedText: Any
  • OnAction: Any
  • Orientation: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • ReadingOrder: Any
  • RoundedCorners: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • Text: Any
  • Top: Any
  • VerticalAlignment: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • __getitem__(key) -> Any
  • __len__() -> Any
  • __nonzero__() -> Any
  • Add(Left: float, Top: float, Width: float, Height: float) -> TextBox
  • BringToFront() -> Any
  • CheckSpelling(CustomDictionary?, IgnoreUppercase?, AlwaysSuggest?, SpellLang?) -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Group() -> GroupObject
  • Item(Index) -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any

Property Accessors (parameterized — must be called as method):

  • GetCharacters(Start?, Length?) -> Characters

TextEffectFormat

Properties:

  • Alignment: MsoTextEffectAlignment
  • Application: Any
  • Creator: Any
  • FontBold: MsoTriState
  • FontItalic: MsoTriState
  • FontName: Any
  • FontSize: Any
  • KernedPairs: MsoTriState
  • NormalizedHeight: MsoTriState
  • Parent: Any
  • PresetShape: MsoPresetTextEffectShape
  • PresetTextEffect: MsoPresetTextEffect
  • RotatedChars: MsoTriState
  • Text: Any
  • Tracking: Any

Methods:

  • ToggleVerticalText() -> None

TextFrame

Properties:

  • Application: Application
  • AutoMargins: Any
  • AutoSize: Any
  • Creator: XlCreator
  • HorizontalAlignment: XlHAlign
  • HorizontalOverflow: XlOartHorizontalOverflow
  • MarginBottom: Any
  • MarginLeft: Any
  • MarginRight: Any
  • MarginTop: Any
  • Orientation: MsoTextOrientation
  • Parent: Any
  • ReadingOrder: Any
  • VerticalAlignment: XlVAlign
  • VerticalOverflow: XlOartVerticalOverflow

Methods:

  • Characters(Start?, Length?) -> Characters

TextFrame2

Properties:

  • Application: Any
  • AutoSize: MsoAutoSize
  • Column: TextColumn2
  • Creator: Any
  • HasText: MsoTriState
  • HorizontalAnchor: MsoHorizontalAnchor
  • MarginBottom: Any
  • MarginLeft: Any
  • MarginRight: Any
  • MarginTop: Any
  • NoTextRotation: MsoTriState
  • Orientation: MsoTextOrientation
  • Parent: Any
  • PathFormat: MsoPathFormat
  • Ruler: Ruler2
  • TextRange: TextRange2
  • ThreeD: ThreeDFormat
  • VerticalAnchor: MsoVerticalAnchor
  • WarpFormat: MsoWarpFormat
  • WordArtformat: MsoPresetTextEffect
  • WordWrap: MsoTriState

Methods:

  • DeleteText() -> None

ThreeDFormat

Properties:

  • Application: Any
  • BevelBottomDepth: Any
  • BevelBottomInset: Any
  • BevelBottomType: MsoBevelType
  • BevelTopDepth: Any
  • BevelTopInset: Any
  • BevelTopType: MsoBevelType
  • ContourColor: ColorFormat
  • ContourWidth: Any
  • Creator: Any
  • Depth: Any
  • ExtrusionColor: ColorFormat
  • ExtrusionColorType: MsoExtrusionColorType
  • FieldOfView: Any
  • LightAngle: Any
  • Parent: Any
  • Perspective: MsoTriState
  • PresetCamera: MsoPresetCamera
  • PresetExtrusionDirection: MsoPresetExtrusionDirection
  • PresetLighting: MsoLightRigType
  • PresetLightingDirection: MsoPresetLightingDirection
  • PresetLightingSoftness: MsoPresetLightingSoftness
  • PresetMaterial: MsoPresetMaterial
  • PresetThreeDFormat: MsoPresetThreeDFormat
  • ProjectText: MsoTriState
  • RotationX: Any
  • RotationY: Any
  • RotationZ: Any
  • Visible: MsoTriState
  • Z: Any

Methods:

  • IncrementRotationHorizontal(Increment: float) -> None
  • IncrementRotationVertical(Increment: float) -> None
  • IncrementRotationX(Increment: float) -> None
  • IncrementRotationY(Increment: float) -> None
  • IncrementRotationZ(Increment: float) -> None
  • ResetRotation() -> None
  • SetExtrusionDirection(PresetExtrusionDirection: MsoPresetExtrusionDirection) -> None
  • SetPresetCamera(PresetCamera: MsoPresetCamera) -> None
  • SetThreeDFormat(PresetThreeDFormat: MsoPresetThreeDFormat) -> None

OLEObject

Bases: _OLEObject

_IOLEObject

Properties:

  • AltHTML: Any
  • Application: Any
  • AutoLoad: Any
  • AutoUpdate: Any
  • Border: Any
  • BottomRightCell: Any
  • Creator: Any
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Interior: Any
  • Left: Any
  • LinkedCell: Any
  • ListFillRange: Any
  • Locked: Any
  • Name: Any
  • Object: Any
  • OLEType: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • progID: Any
  • Shadow: Any
  • ShapeRange: Any
  • SourceName: Any
  • Top: Any
  • TopLeftCell: Any
  • Visible: Any
  • Width: Any
  • ZOrder: Any

_OLEObject

Properties:

  • AltHTML: Any
  • Application: Application
  • AutoLoad: Any
  • AutoUpdate: Any
  • Border: Border
  • BottomRightCell: Range
  • Creator: XlCreator
  • Enabled: Any
  • Height: Any
  • Index: Any
  • Interior: Interior
  • Left: Any
  • LinkedCell: Any
  • ListFillRange: Any
  • Locked: Any
  • Name: Any
  • Object: Any
  • OLEType: Any
  • OnAction: Any
  • Parent: Any
  • Placement: Any
  • PrintObject: Any
  • progID: Any
  • Shadow: Any
  • ShapeRange: ShapeRange
  • SourceName: Any
  • Top: Any
  • TopLeftCell: Range
  • Visible: Any
  • Width: Any
  • ZOrder: Any

Methods:

  • Activate() -> Any
  • BringToFront() -> Any
  • Copy() -> Any
  • CopyPicture(Appearance: XlPictureAppearance?, Format: XlCopyPictureFormat?) -> Any
  • Cut() -> Any
  • Delete() -> Any
  • Duplicate() -> Dispatch
  • Select(Replace?) -> Any
  • SendToBack() -> Any
  • Update() -> Any
  • Verb(Verb: XlOLEVerb?) -> Any

README.md

tile.json