TextPath.Trim Property
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.
Text Path Trim Toggle
Represents the following attribute in the schema: trim
[DocumentFormat.OpenXml.SchemaAttr(0, "trim")]
public DocumentFormat.OpenXml.TrueFalseValue Trim { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Trim { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "trim")]
public DocumentFormat.OpenXml.TrueFalseValue? Trim { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("trim")]
public DocumentFormat.OpenXml.TrueFalseValue? Trim { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Trim { get; set; }
member this.Trim : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "trim")>]
member this.Trim : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("trim")>]
member this.Trim : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Trim As TrueFalseValue
Property Value
Returns EnumValue<T>.
- Attributes