Arc.InsetMode 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 Inset Mode
Represents the following attribute in the schema: o:insetmode
[DocumentFormat.OpenXml.SchemaAttr(27, "insetmode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues> InsetMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues> InsetMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(27, "insetmode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues>? InsetMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("o:insetmode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues>? InsetMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues>? InsetMode { get; set; }
member this.InsetMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(27, "insetmode")>]
member this.InsetMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("o:insetmode")>]
member this.InsetMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.InsetMarginValues> with get, set
Public Property InsetMode As EnumValue(Of InsetMarginValues)
Property Value
Returns EnumValue<T>.
- Attributes