Show / Hide Table of Contents

Class ExcelControlButton

Represents a button form control

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelControl
ExcelControlWithText
ExcelControlButton
Implements
System.IDisposable
Inherited Members
ExcelControlWithText.Text
ExcelControlWithText.LockedText
ExcelControl.ControlPropertiesXml
ExcelControl.Name
ExcelControl.AlternativeText
ExcelControl.Macro
ExcelControl.Print
ExcelControl.Locked
ExcelControl.AutoFill
ExcelControl.AutoPict
ExcelControl.DefaultSize
ExcelControl.Disabled
ExcelControl.ThreeDEffects
ExcelControl.LinkedCell
ExcelControl.SetLinkedCellValue(Int32)
ExcelControl.FmlaLink
ExcelControl.LinkedGroup
ExcelControl.DrawingType
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlButton : ExcelControlWithText, IDisposable, IPictureContainer

Properties

AutomaticSize

If size is automatic

Declaration
public bool AutomaticSize { get; set; }
Property Value
Type Description
System.Boolean

ControlType

The type of form control

Declaration
public override eControlType ControlType { get; }
Property Value
Type Description
eControlType
Overrides
ExcelControl.ControlType

LayoutFlow

The buttons text layout flow

Declaration
public eLayoutFlow LayoutFlow { get; set; }
Property Value
Type Description
eLayoutFlow

Margin

The buttons margin settings

Declaration
public ExcelControlMargin Margin { get; }
Property Value
Type Description
ExcelControlMargin

Orientation

Text orientation

Declaration
public eShapeOrientation Orientation { get; set; }
Property Value
Type Description
eShapeOrientation

ReadingOrder

The reading order for the text

Declaration
public eReadingOrder ReadingOrder { get; set; }
Property Value
Type Description
eReadingOrder

TextAlignment

How the text is aligned

Declaration
public eTextAlignment TextAlignment { get; set; }
Property Value
Type Description
eTextAlignment

Implements

System.IDisposable
Back to top Generated by DocFX