WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutParagraphInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutParagraphInfo

    Summary description for LayoutParagraphInfo.

    Inheritance
    System.Object
    LayoutInfo
    LayoutParagraphInfo
    Paragraph.LayoutParagraphInfoImpl
    LayoutTableInfo
    Implements
    ILayoutInfo
    ILayoutSpacingsInfo
    Inherited Members
    LayoutInfo.m_bIsLineContainer
    LayoutInfo.m_textWrap
    LayoutInfo.m_bPageBreakItem
    LayoutInfo.TextWrap
    LayoutInfo.IsClippedVertical
    LayoutInfo.IsClippedHorizontal
    LayoutInfo.IsSkip
    LayoutInfo.IsSkipBottomAlign
    LayoutInfo.IsLineContainer
    LayoutInfo.ChildrenLayoutDirection
    LayoutInfo.IsLineBreak
    LayoutInfo.IsPageBreakItem
    LayoutInfo.Paddings
    LayoutInfo.Margins
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Single

    m_isKeepTogether

    Declaration
    protected bool m_isKeepTogether
    Field Value
    Type Description
    System.Boolean

    m_isKeepWithNext

    Declaration
    protected bool m_isKeepWithNext
    Field Value
    Type Description
    System.Boolean

    m_isPageBreak

    Declaration
    protected bool m_isPageBreak
    Field Value
    Type Description
    System.Boolean

    m_justification

    Declaration
    protected HorizontalAlignment m_justification
    Field Value
    Type Description
    HorizontalAlignment

    m_levelNumber

    Declaration
    protected int m_levelNumber
    Field Value
    Type Description
    System.Int32

    m_listItemIndex

    Declaration
    protected int m_listItemIndex
    Field Value
    Type Description
    System.Int32

    m_listRestart

    Declaration
    protected bool m_listRestart
    Field Value
    Type Description
    System.Boolean

    m_listTab

    Declaration
    protected float m_listTab
    Field Value
    Type Description
    System.Single

    m_listType

    Declaration
    protected byte m_listType
    Field Value
    Type Description
    System.Byte

    m_strListStyleName

    Declaration
    protected string m_strListStyleName
    Field Value
    Type Description
    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

    true if this instance is keep together; otherwise, false.

    IsKeepWithNext

    Gets a value indicating whether this instance is keep with next.

    Declaration
    public bool IsKeepWithNext { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is keep with next; otherwise, false.

    IsPageBreak

    Gets a value indicating whether this instance is page break.

    Declaration
    public bool IsPageBreak { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is page break; otherwise, false.

    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

    true if [list restart]; otherwise, false.

    ListStyleName

    Gets the list style name.

    Declaration
    public string ListStyleName { get; }
    Property Value
    Type Description
    System.String

    ListTab

    Declaration
    public float ListTab { get; }
    Property Value
    Type Description
    System.Single

    ListTypeInfo

    Declaration
    public byte ListTypeInfo { get; }
    Property Value
    Type Description
    System.Byte

    Methods

    SignFirstLineIndent()

    Signs the first line indent.

    Declaration
    public void SignFirstLineIndent()

    Implements

    ILayoutInfo
    ILayoutSpacingsInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved