menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDocumentProperty - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDocumentProperty

    Represents single document property.

    Namespace: Syncfusion.CompoundFile.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public interface IDocumentProperty

    Properties

    Boolean

    Gets / sets boolean value.

    Declaration
    bool Boolean { get; set; }
    Property Value
    Type
    System.Boolean

    DateTime

    Gets / sets DateTime value.

    Declaration
    DateTime DateTime { get; set; }
    Property Value
    Type
    System.DateTime

    Double

    Gets / sets double value.

    Declaration
    double Double { get; set; }
    Property Value
    Type
    System.Double

    Int32

    Gets / sets 4-bytes signed integer value.

    Declaration
    int Int32 { get; set; }
    Property Value
    Type
    System.Int32

    Integer

    Gets / sets integer value.

    Declaration
    int Integer { get; set; }
    Property Value
    Type
    System.Int32

    IsBuiltIn

    Indicates whether property is built-in. Read-only.

    Declaration
    bool IsBuiltIn { get; }
    Property Value
    Type
    System.Boolean

    LinkSource

    Returns or sets the source of a linked custom document property. Read/write String.

    Declaration
    string LinkSource { get; set; }
    Property Value
    Type
    System.String

    LinkToContent

    True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write Boolean.

    Declaration
    bool LinkToContent { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Returns property name. Read-only.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String

    PropertyId

    Returns property id for built-in properties. Read-only.

    Declaration
    BuiltInProperty PropertyId { get; }
    Property Value
    Type
    BuiltInProperty

    Text

    Gets / sets string value.

    Declaration
    string Text { get; set; }
    Property Value
    Type
    System.String

    TimeSpan

    Gets / sets TimeSpan value.

    Declaration
    TimeSpan TimeSpan { get; set; }
    Property Value
    Type
    System.TimeSpan

    Value

    Gets / sets property value.

    Declaration
    object Value { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved