Class CmxTextBlockSpec
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Przedstawia informacje określone dla bloków tekstowych.
public class CmxTextBlockSpec : ICmxObjectSpec
Inheritance
Implements
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxTextBlockSpec()
public CmxTextBlockSpec()
Properties
CharLocations
Uzyskuje lub ustawia lokalizacje charakteru.
public PointF[] CharLocations { get; set; }
Wartość nieruchomości
PointF [ ]
Font
Zostaw lub ustaw czcionkę.
public Font Font { get; set; }
Wartość nieruchomości
Matrix
Zostaw lub ustaw matrycę transformacji.
public Matrix Matrix { get; set; }
Wartość nieruchomości
ParagraphStyle
Dostęp lub ustawienie stylu paragrafu.
public CmxParagraphStyle ParagraphStyle { get; set; }
Wartość nieruchomości
Text
Dostęp lub ustawienie tekstu.
public string Text { get; set; }
Wartość nieruchomości
Methods
Equals(CmxTextBlockSpec)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxTextBlockSpec other)
Parameters
other
CmxTextBlockSpec
Kolejny obiekt.
Returns
Wynik porównania równości.
Equals(Obiekt)
Sprawdź, czy obiekty są równe.
public override bool Equals(object obj)
Parameters
obj
object
Kolejny obiekt.
Returns
Wynik porównania równości.
GetHashCode()
Zdobądź kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.