Table of Contents

Class StyledList

Namespace
FileFormat.Slides
Assembly
FileFormat.Slides.dll

This class represents the text list with bullet style.

public class StyledList
Inheritance
StyledList
Inherited Members

Constructors

StyledList(ListType)

Constructor of StyledList class.

public StyledList(ListType type)

Parameters

type ListType

Properties

Facade

Property to get the facade of a styled list

public ListFacade Facade { get; set; }

Property Value

ListFacade

FontFamily

public string FontFamily { get; set; }

Property Value

string

FontSize

public int FontSize { get; set; }

Property Value

int

ListItems

public List<string> ListItems { get; set; }

Property Value

List<string>

ListType

public ListType ListType { get; set; }

Property Value

ListType

TextColor

public string TextColor { get; set; }

Property Value

string

TextShape

public TextShape TextShape { get; set; }

Property Value

TextShape

Methods

AddListItem(string)

Method to add list items in styled list.

public void AddListItem(string text)

Parameters

text string

It accepts text as list item

Update()

Method to update the styled list

public void Update()