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

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Style > JustifyDistributed

JustifyDistributed Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the whether the text will be justfied horizontally, when the Horizontal Alignment is set to Distributed

JustifyDistributed is a read / write property.



Examples:

[csharp]
// Get Justify Distributed
bool justifyDist = styl.JustifyDistributed;

// Set Justify Distributed
styl.JustifyDistributed = true;
[vbnet]
' Get Justify Distributed
Dim justifyDist As Boolean = styl.JustifyDistributed

' Set Justify Distributed
styl.JustifyDistributed = True
[vbnet]


Getter

Signature:

public boolean JustifyDistributed

Returns:

boolean

Setter

Signature:

public void JustifyDistributed boolean justifyDistributed

Type:

boolean



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.