Skip to main content
All docs
V26.1
  • TextCapType Enum

    Lists capitalization types that can be applied to text.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum TextCapType

    Members

    Name Description
    None

    Any specific capitalization type is not applied.

    Small

    All characters are converted to small capitals.

    All

    All characters are capitalized.

    Related API Members

    The following properties accept/return TextCapType values:

    See Also