Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > ParagraphFormatting > LineSpacingRule

LineSpacingRule Property


C# Signature:

VB.NET Signature:


Description:

Returns a ParagraphFormatting.LineSpacingRul object that represents the type of line spacing for a paragraph. There are 3 types: AtLeast, Exactly, and Multiple. AtLeast and Exactly use twips to specify a minimum height and exact height respectively. One twip = (1/20 pt) or (1/1440 in). Multiple specifies a spacing as a number of lines. Multiple is the most common type of spacing.

MS Word equivalent: Format menu > ParagraphFormatting... > Indents and Spacing > Spacing section > Line spacing:

LineSpacingRule is a read only property.



Getter

Signature:

public ParagraphFormatting.SpacingRule LineSpacingRule

Returns:

ParagraphFormatting.SpacingRule An SpacingRule object that represents the type of line spacing for a paragraph.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.