Show / Hide Table of Contents

Class CfnAnalysis.LongFormatTextProperty

The text format for a subtitle.

Inheritance
object
CfnAnalysis.LongFormatTextProperty
Implements
CfnAnalysis.ILongFormatTextProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.LongFormatTextProperty : CfnAnalysis.ILongFormatTextProperty
Syntax (vb)
Public Class CfnAnalysis.LongFormatTextProperty Implements CfnAnalysis.ILongFormatTextProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-longformattext.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var longFormatTextProperty = new LongFormatTextProperty {
                 PlainText = "plainText",
                 RichText = "richText"
             };

Synopsis

Constructors

LongFormatTextProperty()

The text format for a subtitle.

Properties

PlainText

Plain text format.

RichText

Rich text.

Constructors

LongFormatTextProperty()

The text format for a subtitle.

public LongFormatTextProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-longformattext.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var longFormatTextProperty = new LongFormatTextProperty {
                 PlainText = "plainText",
                 RichText = "richText"
             };

Properties

PlainText

Plain text format.

public string? PlainText { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-longformattext.html#cfn-quicksight-analysis-longformattext-plaintext

RichText

Rich text.

public string? RichText { get; set; }
Property Value

string

Remarks

Examples of rich text include bold, underline, and italics.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-longformattext.html#cfn-quicksight-analysis-longformattext-richtext

Implements

CfnAnalysis.ILongFormatTextProperty
Back to top Generated by DocFX