Freigeben über


ParagraphFormat2.SpaceWithin Property

Gets or sets the amount of space between base lines in the specified paragraph, in points or lines. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SpaceWithin As Single
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As Single

value = instance.SpaceWithin

instance.SpaceWithin = value
float SpaceWithin { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace