Suki RichInk
SpellBuddy.com
SpellBuddy.com




System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        SpellBuddy.WindowsCE.Forms.RichInkBox
          SpellBuddy.WindowsCE.Forms.RichInkBox.PARAGRAPHSTYLE


Public Constructors

PARAGRAPHSTYLE
PARAGRAPHSTYLE()

Creates a ParagraphStyle class used for setting paragraph properties in a RichInkBox or SukiRichInk control.



Public Properties

Available
public bool Available { get; }

Gets a value that indicates the Paragraph Style is available for the selection. Check this value is true before using the other property values in this class.

Example
if (paragraphstyle.Available)
{
      // the RichInkBox was not busy and the ParagraphStyle values are valid
}

Alignment
public Integer Alignment { get; set; }

Gets or sets the Alignment for the Paragraph Style.

Values:
0=left
1=right
2=center


Bullet
public bool Bullet { get; set; }

Gets or sets Bullet style for the Paragraph Style.


IndentLeft
public float IndentLeft { get; set; }

Gets or sets Left Indent style for the Paragraph Style.


IndentRight
public float IndentRight { get; set; }

Gets or sets Right Indent style for the Paragraph Style.


MixedBullet
public bool MixedBullet { get; }

Gets a value that indicates there is two or more Paragraph Styles in the selection.


MultipleAlignment
public bool MultipleAlignment { get; }

Gets a value that indicates there is two or more Paragraph Styles in the selection.


MultipleIndentLeft
public bool MultipleIndentLeft { get; }

Gets a value that indicates there is two or more Paragraph Styles in the selection.


MultipleIndentRight
public bool MultipleIndentRight { get; }

Gets a value that indicates there is two or more Paragraph Styles in the selection.


SetAlignment
public bool SetAlignment { set; }

Set this value true to change that characteristic of the Paragraph Style when updated.


SetBullet
public bool SetBullet { set; }

Set this value true to change that characteristic of the Paragraph Style when updated.


SetIndentLeft
public bool SetIndentLeft { set; }

Set this value true to change that characteristic of the Paragraph Style when updated.


SetIndentRight
public bool SetIndentRight { set; }

Set this value true to change that characteristic of the Paragraph Style when updated.



SpellBuddy Copyright © 2003-2008, Craig Lubitz. All Rights Reserved. Parts of this web site are Copyright © 2002, John Minadeo. All Rights Reserved.