OfficeTextEffectsLineFormat Property |
Gets or sets the line format settings.
Namespace: GroupDocs.Watermark.ContentsAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic OfficeLineFormat LineFormat { get; set; }
Public Property LineFormat As OfficeLineFormat
Get
Set
public:
property OfficeLineFormat^ LineFormat {
OfficeLineFormat^ get ();
void set (OfficeLineFormat^ value);
}
member LineFormat : OfficeLineFormat with get, set
Property Value
Type:
OfficeLineFormatThe instance of
OfficeLineFormat class, representing shape line format.
See Also