JustificationMode
JustificationMode enumeration
Bir belge için karakter aralığı ayarını belirtir. Varsayılan değer:Genişletmek
.
public enum JustificationMode
değerler
İsim | Değer | Tanım |
---|---|---|
Expand | 0 | |
Compress | 1 | |
CompressKana | 2 |
Örnekler
Karakter aralığı kontrolünün nasıl yönetileceğini gösterir.
Document doc = new Document(MyDir + "Document.docx");
JustificationMode justificationMode = doc.JustificationMode;
if (justificationMode == JustificationMode.Expand)
doc.JustificationMode = JustificationMode.Compress;
doc.Save(ArtifactsDir + "Document.SetJustificationMode.docx");
Ayrıca bakınız
- ad alanı Aspose.Words.Settings
- toplantı Aspose.Words