LineFormat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents line and arrowhead formatting. For a line, the LineFormat object contains formatting information for the line itself; for a shape with a border, this object contains formatting information for the shape's border.
public interface class LineFormat
[System.Runtime.InteropServices.Guid("000209CA-0000-0000-C000-000000000046")]
public interface LineFormat
type LineFormat = interface
Public Interface LineFormat
- Attributes
Remarks
Use the Line property to return a LineFormat object.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
BackColor |
Returns or sets a ColorFormat object that represents the background color for the specified fill or patterned line. |
BeginArrowheadLength |
Returns or sets the length of the arrowhead at the beginning of the specified line. |
BeginArrowheadStyle |
Returns or sets the style of the arrowhead at the beginning of the specified line. |
BeginArrowheadWidth |
Returns or sets the width of the arrowhead at the beginning of the specified line. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
DashStyle |
Returns or sets the dash style for the specified line. |
EndArrowheadLength |
Returns or sets the length of the arrowhead at the end of the specified line. |
EndArrowheadStyle |
Returns or sets the style of the arrowhead at the end of the specified line. |
EndArrowheadWidth |
Returns or sets the width of the arrowhead at the end of the specified line. |
ForeColor |
Returns or sets a ColorFormat object that represents the foreground color for the line. |
InsetPen |
MsoTrue to draw lines on the inside of a specified shape. |
Parent |
Returns an object that represents the parent object of the specified object. |
Pattern |
Returns or sets a value that represents the pattern applied to the specified fill or line. |
Style |
Returns or sets the line format style. |
Transparency |
Returns or sets the degree of transparency of the specified line as a value between 0.0 (opaque) and 1.0 (clear). |
Visible |
True if the specified object, or the formatting applied to it, is visible. |
Weight |
Returns or sets the thickness of the specified line in points. |