MetadataType.PasteFormats Property

Definition

Metadata Paste Formats

Represents the following attribute in the schema: pasteFormats

[DocumentFormat.OpenXml.SchemaAttr(0, "pasteFormats")]
public DocumentFormat.OpenXml.BooleanValue PasteFormats { get; set; }
public DocumentFormat.OpenXml.BooleanValue PasteFormats { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "pasteFormats")]
public DocumentFormat.OpenXml.BooleanValue? PasteFormats { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("pasteFormats")]
public DocumentFormat.OpenXml.BooleanValue? PasteFormats { get; set; }
public DocumentFormat.OpenXml.BooleanValue? PasteFormats { get; set; }
member this.PasteFormats : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "pasteFormats")>]
member this.PasteFormats : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("pasteFormats")>]
member this.PasteFormats : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property PasteFormats As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to