Class HelperParaStyle
Para style helper
Inheritance
System.Object
HelperParaStyle
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class HelperParaStyle : IBaseHelper
Constructors
HelperParaStyle()
Initializes a new instance of the HelperParaStyle class.
Declaration
public HelperParaStyle()
HelperParaStyle(ref RichTextBoxAdv)
Initializes a new instance of the HelperParaStyle class.
Declaration
public HelperParaStyle(ref RichTextBoxAdv rtfBox)
Parameters
Type | Name | Description |
---|---|---|
RichTextBoxAdv | rtfBox | The RTF box. |
Properties
HorzAlign
Gets or sets the horizontal align.
Declaration
public int HorzAlign { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The horizontal align. |
IndFirst
Gets or sets the indent first.
Declaration
public float IndFirst { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The indent first. |
IndLeft
Gets or sets the indent left.
Declaration
public float IndLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The indent left. |
IndRight
Gets or sets the indent right.
Declaration
public float IndRight { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The indent right. |
InheritedFrom
Gets or sets the inherited value.
Declaration
public int InheritedFrom { get; set; }
Property Value
Type |
---|
System.Int32 |
SearchFor
Gets the search.
Declaration
public string SearchFor { get; }
Property Value
Type |
---|
System.String |
SpAfter
Gets or sets the sp after.
Declaration
public float SpAfter { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The sp after. |
SpBefore
Gets or sets the sp before.
Declaration
public float SpBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The sp before. |
SpLine
Gets or sets the sp line.
Declaration
public float SpLine { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The sp line. |
TextPosAfterBullet
Gets or sets the text position after bullet.
Declaration
public float TextPosAfterBullet { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The text position after bullet. |
Methods
Appliable(Int32)
Appliables the specified appliable.
Declaration
public void Appliable(int Appliable)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Appliable | The appliable. |
ApplyStyle(INode)
Applies the style.
Declaration
public void ApplyStyle(INode node)
Parameters
Type | Name | Description |
---|---|---|
INode | node | The node. |
Inherit(IBaseHelper)
Inherits the specified base helper.
Declaration
public int Inherit(IBaseHelper hlpFromm)
Parameters
Type | Name | Description |
---|---|---|
IBaseHelper | hlpFromm | The base helper. |
Returns
Type | Description |
---|---|
System.Int32 | Base helper value. |