LineFormat Class
Contents
[
Hide
]LineFormat class
Represents all setting of the line.
type LineFormat struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewLineFormat | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetHashCode | Gets the hash code. |
| Equals | Determines whether this instance has the same value as another specified LineFormat object. |
| GetCompoundType | Specifies the line compound type. |
| SetCompoundType | Specifies the line compound type. |
| GetDashStyle | Specifies the line dash type. |
| SetDashStyle | Specifies the line dash type. |
| GetCapType | Specifies the ending caps. |
| SetCapType | Specifies the ending caps. |
| GetJoinType | Specifies the line join type. |
| SetJoinType | Specifies the line join type. |
| GetBeginArrowheadStyle | Gets and sets the begin arrow type of the line. |
| SetBeginArrowheadStyle | Gets and sets the begin arrow type of the line. |
| GetBeginArrowheadWidth | Gets and sets the begin arrow width type of the line. |
| SetBeginArrowheadWidth | Gets and sets the begin arrow width type of the line. |
| GetBeginArrowheadLength | Gets and sets the begin arrow length type of the line. |
| SetBeginArrowheadLength | Gets and sets the begin arrow length type of the line. |
| GetEndArrowheadStyle | Gets and sets the end arrow type of the line. |
| SetEndArrowheadStyle | Gets and sets the end arrow type of the line. |
| GetEndArrowheadWidth | Gets and sets the end arrow width type of the line. |
| SetEndArrowheadWidth | Gets and sets the end arrow width type of the line. |
| GetEndArrowheadLength | Gets and sets the end arrow length type of the line. |
| SetEndArrowheadLength | Gets and sets the end arrow length type of the line. |
| GetWeight | Gets or sets the weight of the line in unit of points. |
| SetWeight | Gets or sets the weight of the line in unit of points. |
| GetFillType | Gets and sets fill type |
| SetFillType | Gets and sets fill type |
| GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| GetGradientFill | Gets GradientFill object. |
| GetTextureFill | Gets TextureFill object. |
| GetSolidFill | Gets SolidFill object. |
| GetPatternFill | Gets PatternFill object. |
| GetGradientColorType | Returns the gradient color type for the specified fill. |
| GetGradientStyle | Returns the gradient style for the specified fill. |
| GetGradientColor1 | Returns the gradient color 1 for the specified fill. |
| GetGradientColor2 | Returns the gradient color 2 for the specified fill. |
| GetGradientDegree | Returns the gradient degree for the specified fill.Only applies for Excel 2007. |
| GetGradientVariant | Returns the gradient variant for the specified fill.Only applies for Excel 2007. |
| GetPresetColor | Returns the gradient preset color for the specified fill. |
| SetOneColorGradient | Sets the specified fill to a one-color gradient.Only applies for Excel 2007. |
| SetTwoColorGradient_Color_Color_GradientStyleType_Int | Sets the specified fill to a two-color gradient.Only applies for Excel 2007. |
| SetTwoColorGradient_Color_Double_Color_Double_GradientStyleType_Int | Sets the specified fill to a two-color gradient.Only applies for Excel 2007. |
| SetPresetColorGradient | Sets the specified fill to a preset-color gradient.Only applies for Excel 2007. |
| GetTexture | Represents the texture type for the specified fill. |
| SetTexture | Represents the texture type for the specified fill. |
| GetPattern | Represents an area’s display pattern. |
| SetPattern | Represents an area’s display pattern. |
| GetPictureFormatType | Gets and sets the picture format type. |
| SetPictureFormatType | Gets and sets the picture format type. |
| GetScale | Gets and sets the picture format scale. |
| SetScale | Gets and sets the picture format scale. |
| GetImageData | Gets and sets the picture image data. |
| SetImageData | Gets and sets the picture image data. |