Class TextSegment
- Namespace
- FileFormat.Slides
- Assembly
- FileFormat.Slides.dll
This class represents the text segment within a paragraph.
public class TextSegment
- Inheritance
-
TextSegment
- Inherited Members
Properties
Bold
Property to make bold the text segment.
public bool Bold { get; set; }
Property Value
Color
Property to set color the text segment.
public string Color { get; set; }
Property Value
Facade
Property to get facade of text segment.
public TextSegmentFacade Facade { get; }
Property Value
- TextSegmentFacade
FontFamily
Property to set font family.
public string FontFamily { get; set; }
Property Value
FontSize
Property to set or get the font size of the text segment
public int FontSize { get; set; }
Property Value
Italic
Property to make Italic the text segment.
public bool Italic { get; set; }
Property Value
Text
Property to set the text of the text segment.
public string Text { get; set; }
Property Value
Methods
create()
Method to create text segment.
public TextSegment create()