[]
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
Public Class LineFormatList
Inherits FormattingBagList(Of LineFormat)
Implements IReadOnlyList(Of LineFormat), IReadOnlyCollection(Of LineFormat), IEnumerable(Of LineFormat), IEnumerable
Name | Description |
---|---|
Add() | Adds a new line format to the list. |
Remove(int) | Removes a line format from the list. |