Class WmfSetTextJustification
Class WmfSetTextJustification
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← WmfObject ← WmfSetTextJustification
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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; }