Table of Contents

Interface OxmlTextStyleCollection.IStyleChain

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public interface OxmlTextStyleCollection.IStyleChain
Extension Methods

Methods

Add(OxmlTextStyle)

OxmlTextStyleCollection.IStyleChain Add(OxmlTextStyle style)

Parameters

style OxmlTextStyle

Returns

OxmlTextStyleCollection.IStyleChain

Add(string)

OxmlTextStyleCollection.IStyleChain Add(string id)

Parameters

id string

Returns

OxmlTextStyleCollection.IStyleChain

AddToPackage(WordprocessingDocument)

OxmlTextStyleCollection AddToPackage(WordprocessingDocument word)

Parameters

word WordprocessingDocument

Returns

OxmlTextStyleCollection

BackColor(string)

OxmlTextStyleCollection.IStyleChain BackColor(string color)

Parameters

color string

Returns

OxmlTextStyleCollection.IStyleChain

BasedOn(string)

OxmlTextStyleCollection.IStyleChain BasedOn(string basedOn)

Parameters

basedOn string

Returns

OxmlTextStyleCollection.IStyleChain

Bold(bool)

OxmlTextStyleCollection.IStyleChain Bold(bool isBold)

Parameters

isBold bool

Returns

OxmlTextStyleCollection.IStyleChain

FontColor(string)

OxmlTextStyleCollection.IStyleChain FontColor(string color)

Parameters

color string

Returns

OxmlTextStyleCollection.IStyleChain

FontName(string)

OxmlTextStyleCollection.IStyleChain FontName(string name)

Parameters

name string

Returns

OxmlTextStyleCollection.IStyleChain

FontSize(string)

OxmlTextStyleCollection.IStyleChain FontSize(string size)

Parameters

size string

Returns

OxmlTextStyleCollection.IStyleChain

ToStyles()

Styles ToStyles()

Returns

Styles