Skip to main content

Class NamePlateQuotedParts

A part builder for constructing and setting quoted nameplate fields (i.e. free company tag and title).

Assembly: Dalamud.dll
View Source
Declaration
public class NamePlateQuotedParts

Properties

OuterWrap

Gets or sets the opening and closing SeStrings which will wrap the entire contents, which can be used to apply colors or styling to the entire field.

View Source
Declaration
public (SeString, SeString)? OuterWrap { get; set; }

LeftQuote

Gets or sets the opening quote string which appears before the text and opening text-wrap.

View Source
Declaration
public SeString? LeftQuote { get; set; }

RightQuote

Gets or sets the closing quote string which appears after the text and closing text-wrap.

View Source
Declaration
public SeString? RightQuote { get; set; }

TextWrap

Gets or sets the opening and closing SeStrings which will wrap the text, which can be used to apply colors or styling to the field's text.

View Source
Declaration
public (SeString, SeString)? TextWrap { get; set; }

Text

Gets or sets this field's text.

View Source
Declaration
public SeString? Text { get; set; }