Class MultiLevelTextList
Inheritance
System.Object
MultiLevelTextList
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Assembly: IronWord.dll
Syntax
public class MultiLevelTextList : ParentElement, IDocumentElement, IDocumentObject, ICloneable, IElementContainer<ContentElementCollection, ContentElement>
Constructors
MultiLevelTextList()
Declaration
public MultiLevelTextList()
MultiLevelTextList(ListItem[])
Declaration
public MultiLevelTextList(params ListItem[] children)
Parameters
Type |
Name |
Description |
ListItem[] |
children |
|
Properties
HangingIndentation
Declaration
public double HangingIndentation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Index
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Items
Declaration
public List<ListItem> Items { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ListItem> |
|
Justification
Declaration
public JustificationValues Justification { get; set; }
Property Value
ListType
Declaration
public NumberFormatValues ListType { get; set; }
Property Value
NumberingId
Declaration
protected int NumberingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartIndentation
Declaration
public double StartIndentation { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartNumberingValue
Declaration
public int StartNumberingValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SymbolText
Declaration
public string SymbolText { get; set; }
Property Value
Type |
Description |
System.String |
|
SymbolTextFontName
Declaration
public string SymbolTextFontName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddItem(ListItem)
Declaration
public void AddItem(ListItem item)
Parameters
Clear(ListItem)
Declaration
public void Clear(ListItem item)
Parameters
GetHangingIndentation(Units)
Declaration
public double GetHangingIndentation(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
GetStartIndentation(Units)
Declaration
public double GetStartIndentation(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
RemoveItem(ListItem)
Declaration
public void RemoveItem(ListItem item)
Parameters
SetHangingIndentation(Double, Units)
Declaration
public void SetHangingIndentation(double hangingIndentation, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
hangingIndentation |
|
Units |
measurementUnit |
|
SetStartIndentation(Double, Units)
Declaration
public void SetStartIndentation(double startIndentation, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
startIndentation |
|
Units |
measurementUnit |
|
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
IronSoftware.Abstractions.IElementContainer<, >