[]
Represents a set of three or more line styles for use within a theme.
public class LineFormatList : FormattingBagList<LineFormat>, IReadOnlyList<LineFormat>, IReadOnlyCollection<LineFormat>, IEnumerable<LineFormat>, IEnumerable
Adds a new line format to the list.
public LineFormat Add()
The added LineFormat.
Removes a line format from the list.
public override void Remove(int index)
index
intThe line format index to remove.