JustificationMode
JustificationMode enumeration
Anger teckenavståndsjusteringen för ett dokument. Standardvärdet ärBygga ut
.
public enum JustificationMode
Värderingar
namn | Värde | Beskrivning |
---|---|---|
Expand | 0 | |
Compress | 1 | |
CompressKana | 2 |
Exempel
Visar hur man hanterar teckenavståndskontroll.
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");
Se även
- namnutrymme Aspose.Words.Settings
- hopsättning Aspose.Words