Class WmfSetTextJustification
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.
public class WmfSetTextJustification : WmfObject
- Inheritance
-
WmfSetTextJustification
- Inherited Members
Constructors
WmfSetTextJustification()
public WmfSetTextJustification()
Properties
BreakCount
Gets or sets the break count.
public int BreakCount { get; set; }
Property Value
BreakExtra
Gets or sets the break extra.
public int BreakExtra { get; set; }