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