Class LayoutParagraphInfo
Summary description for LayoutParagraphInfo.
Inheritance
Inherited Members
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class LayoutParagraphInfo : LayoutInfo, ILayoutInfo, ILayoutSpacingsInfo
Constructors
LayoutParagraphInfo()
Initializes a new instance of the LayoutParagraphInfo class.
Declaration
public LayoutParagraphInfo()
LayoutParagraphInfo(ChildrenLayoutDirection)
Initializes a new instance of the LayoutParagraphInfo class.
Declaration
public LayoutParagraphInfo(ChildrenLayoutDirection childLayoutDirection)
Parameters
Type | Name | Description |
---|---|---|
ChildrenLayoutDirection | childLayoutDirection | The child layout direction. |
LayoutParagraphInfo(ChildrenLayoutDirection, Boolean)
Initializes a new instance of the LayoutParagraphInfo class.
Declaration
public LayoutParagraphInfo(ChildrenLayoutDirection childLayoutDirection, bool isPageBreak)
Parameters
Type | Name | Description |
---|---|---|
ChildrenLayoutDirection | childLayoutDirection | The child layout direction. |
System.Boolean | isPageBreak | Is page break. |
Fields
m_firstLineIndent
Declaration
protected float m_firstLineIndent
Field Value
Type |
---|
System.Single |
m_isKeepTogether
Declaration
protected bool m_isKeepTogether
Field Value
Type |
---|
System.Boolean |
m_isKeepWithNext
Declaration
protected bool m_isKeepWithNext
Field Value
Type |
---|
System.Boolean |
m_isPageBreak
Declaration
protected bool m_isPageBreak
Field Value
Type |
---|
System.Boolean |
m_justification
Declaration
protected HorizontalAlignment m_justification
Field Value
Type |
---|
HorizontalAlignment |
m_levelNumber
Declaration
protected int m_levelNumber
Field Value
Type |
---|
System.Int32 |
m_listItemIndex
Declaration
protected int m_listItemIndex
Field Value
Type |
---|
System.Int32 |
m_listRestart
Declaration
protected bool m_listRestart
Field Value
Type |
---|
System.Boolean |
m_listTab
Declaration
protected float m_listTab
Field Value
Type |
---|
System.Single |
m_listType
Declaration
protected byte m_listType
Field Value
Type |
---|
System.Byte |
m_strListStyleName
Declaration
protected string m_strListStyleName
Field Value
Type |
---|
System.String |
Properties
FirstLineIndent
Gets the first line indent.
Declaration
public float FirstLineIndent { get; }
Property Value
Type | Description |
---|---|
System.Single | The first line indent. |
IsKeepTogether
Gets a value indicating whether this instance is keep together.
Declaration
public bool IsKeepTogether { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsKeepWithNext
Gets a value indicating whether this instance is keep with next.
Declaration
public bool IsKeepWithNext { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPageBreak
Gets a value indicating whether this instance is page break.
Declaration
public bool IsPageBreak { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Justification
Gets the justification.
Declaration
public HorizontalAlignment Justification { get; }
Property Value
Type | Description |
---|---|
HorizontalAlignment | The justification. |
LevelNumber
Gets the level number.
Declaration
public int LevelNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The level number. |
ListItemIndex
Gets or sets the index of the list item.
Declaration
public int ListItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the list item. |
ListRestart
Gets a value indicating whether [list restart].
Declaration
public bool ListRestart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ListStyleName
Gets the list style name.
Declaration
public string ListStyleName { get; }
Property Value
Type |
---|
System.String |
ListTab
Declaration
public float ListTab { get; }
Property Value
Type |
---|
System.Single |
ListTypeInfo
Declaration
public byte ListTypeInfo { get; }
Property Value
Type |
---|
System.Byte |
Methods
SignFirstLineIndent()
Signs the first line indent.
Declaration
public void SignFirstLineIndent()