Table of Contents

Class OxmlTextStyle

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public class OxmlTextStyle
Inheritance
OxmlTextStyle
Inherited Members
Extension Methods

Constructors

OxmlTextStyle(string)

public OxmlTextStyle(string id)

Parameters

id string

OxmlTextStyle(string, string)

public OxmlTextStyle(string id, string name)

Parameters

id string
name string

Properties

BackColor

public string BackColor { get; set; }

Property Value

string

BasedOn

public string BasedOn { get; set; }

Property Value

string

Bold

public bool Bold { get; set; }

Property Value

bool

FontColor

public string FontColor { get; set; }

Property Value

string

FontName

public string FontName { get; set; }

Property Value

string

FontSize

public string FontSize { get; set; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Methods

ToStyle()

public Style ToStyle()

Returns

Style