BorderType.Frame Property

Definition

Create Frame Effect

Represents the following attribute in the schema: w:frame

[DocumentFormat.OpenXml.SchemaAttr(23, "frame")]
public DocumentFormat.OpenXml.OnOffValue Frame { get; set; }
public DocumentFormat.OpenXml.OnOffValue Frame { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "frame")]
public DocumentFormat.OpenXml.OnOffValue? Frame { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:frame")]
public DocumentFormat.OpenXml.OnOffValue? Frame { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Frame { get; set; }
member this.Frame : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "frame")>]
member this.Frame : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:frame")>]
member this.Frame : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Frame As OnOffValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to