Table of Contents

Class OperationDiplomatics

Namespace
Gve.Text
Assembly
Gve.Text.dll

Diplomatic data for a text variant. This defines the visual representation of the variant, as well as the features attached to it.

public class OperationDiplomatics
Inheritance
OperationDiplomatics
Inherited Members

Properties

ElementFeatures

Gets or sets the optional features attached to elements defined in G. Each element is identified by its id attribute, which is a key in the dictionary.

public IDictionary<string, List<Feature>>? ElementFeatures { get; set; }

Property Value

IDictionary<string, List<Feature>>

Features

Gets or sets the optional generic set of features attached to the text variant as a whole (e.g. type, size, etc.).

public IList<Feature>? Features { get; set; }

Property Value

IList<Feature>

G

Gets or sets the SVG g element graphically representing the operation this diplomatic information is attached to.

public string? G { get; set; }

Property Value

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.