Skip to main content
All docs
V26.1
  • TextProperties.Caps Property

    Gets or sets the capitalization type for the text.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextCapType? Caps { get; set; }

    Property Value

    Type Description
    Nullable<TextCapType>

    Specifies the capitalization type.

    Available values:

    Name Description
    None

    Any specific capitalization type is not applied.

    Small

    All characters are converted to small capitals.

    All

    All characters are capitalized.

    See Also