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
FontSize
public int FontSize { get; set; }
Property Value
ListItems
public List<string> ListItems { get; set; }
Property Value
ListType
public ListType ListType { get; set; }
Property Value
TextColor
public string TextColor { get; set; }
Property Value
TextShape
public TextShape TextShape { get; set; }
Property Value
Methods
AddListItem(string)
Method to add list items in styled list.
public void AddListItem(string text)
Parameters
text
stringIt accepts text as list item
Update()
Method to update the styled list
public void Update()