Skip to main content
All docs
V25.1
  • WritingStyle Enum

    Enumerates writing styles that can be used to determine the tone and structure of text.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public enum WritingStyle

    Members

    Name Description
    Formal

    A style that follows conventional rules of grammar and syntax, with a serious and respectful tone.

    Informal

    A casual and conversational style for everyday communication.

    Technical

    A style that conveys complex and specialized information.

    Business

    A style for corporate communications, including emails, reports, and proposals.

    Creative

    A free-form style that emphasizes originality and artistic expression.

    Journalistic

    A concise and fact-based style.

    Academic

    A formal, objective, and well-structured style.

    Persuasive

    A style that aims to convince or influence the reader by presenting arguments. This style is used in marketing and speeches.

    Narrative

    A style with a clear structure (beginning, middle, end).

    Expository

    A style that explains or informs the reader about a topic.

    Descriptive

    A style that uses detailed descriptions of people, places, objects, or events to create vivid imagery.

    Conversational

    A casual style that is used in blogs or other informal writing.

    Related API Members

    The following properties accept/return WritingStyle values:

    See Also