DocxNumberingLevelDefinition Struct
Definition
Numbering level geometry and marker metadata for DOCX list round-trip.
public struct DocxNumberingLevelDefinition
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Equals overloads
Equals Method
public bool Equals(Avalonia.Controls.Documents.Serialization.Docx.DocxNumberingLevelDefinition other)
Parameters
other Avalonia.Controls.Documents.Serialization.Docx.DocxNumberingLevelDefinition
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| FirstLineIndentTwips | First-line indent in twips. |
| HangingIndentTwips | Hanging indent in twips. |
| Justification | Paragraph justification value for this level (left, right, center, both, ...). |
| LeftIndentTwips | Left indent in twips. |
| Level | Level index (0-based). |
| MarkerStyle | List marker style mapped from w:numFmt. |
| RightIndentTwips | Right indent in twips. |
| StartIndex | Start index for this level. |
FirstLineIndentTwips Property
First-line indent in twips.
public Nullable<int> FirstLineIndentTwips { get; set; }
HangingIndentTwips Property
Hanging indent in twips.
public Nullable<int> HangingIndentTwips { get; set; }
Justification Property
Paragraph justification value for this level (left, right, center, both, ...).
public string Justification { get; set; }
LeftIndentTwips Property
Left indent in twips.
public Nullable<int> LeftIndentTwips { get; set; }
Level Property
Level index (0-based).
public int Level { get; set; }
MarkerStyle Property
List marker style mapped from w:numFmt.
public Avalonia.Controls.Documents.Primitives.DocumentNodes.TextMarkerStyle MarkerStyle { get; set; }
RightIndentTwips Property
Right indent in twips.
public Nullable<int> RightIndentTwips { get; set; }
StartIndex Property
Start index for this level.
public int StartIndex { get; set; }