Class OdGraphicStyle

Class OdGraphicStyle

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Styl graficzny otwartego dokumentu.

[JsonObject(MemberSerialization.OptIn)]
public class OdGraphicStyle

Inheritance

object OdGraphicStyle

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdGraphicStyle()

public OdGraphicStyle()

Properties

Brush

Zrób sobie szczoteczkę.

[JsonProperty]
public OdBrush Brush { get; set; }

Wartość nieruchomości

OdBrush

EndGuide

Zostaw lub ustaw końcowy przewodnik.

[JsonProperty]
public float EndGuide { get; set; }

Wartość nieruchomości

float

EndMarker

Zostaw lub ustaw markera końcowego.

[JsonProperty]
public OdMarker EndMarker { get; set; }

Wartość nieruchomości

OdMarker

EndMarkerWidth

Uzyskuje lub ustawia szerokość końcową markeru.

[JsonProperty]
public float EndMarkerWidth { get; set; }

Wartość nieruchomości

float

Font

Otrzymuje się font.

public OdFont Font { get; }

Wartość nieruchomości

OdFont

LineHeight

Zyskać lub ustawić wysokość linii.

public int LineHeight { get; set; }

Wartość nieruchomości

int

MarginBottom

Zostaw lub ustaw marginę w dół.

[JsonProperty]
public float MarginBottom { get; set; }

Wartość nieruchomości

float

MarginTop

Zostaw lub ustaw marżę na górze.

[JsonProperty]
public float MarginTop { get; set; }

Wartość nieruchomości

float

MeasureLineDistance

Uzyskuje lub ustawia odległość linii pomiarowej.

[JsonProperty]
public float MeasureLineDistance { get; set; }

Wartość nieruchomości

float

Opacity

Uzyskuje lub ustanawia nieprawidłowość.

[JsonProperty]
public int Opacity { get; set; }

Wartość nieruchomości

int

PaddingBottom

Zatrzymaj lub ustaw podłogę.

[JsonProperty]
public float PaddingBottom { get; set; }

Wartość nieruchomości

float

PaddingLeft

Zostaw lub ustaw podłogę w lewo.

[JsonProperty]
public float PaddingLeft { get; set; }

Wartość nieruchomości

float

PaddingRight

Zatrzymać lub umieścić podłogę prawą.

[JsonProperty]
public float PaddingRight { get; set; }

Wartość nieruchomości

float

PaddingTop

Zostaw lub ustaw podłogę.

[JsonProperty]
public float PaddingTop { get; set; }

Wartość nieruchomości

float

Pen

Dajcie sobie pióro.

public OdPen Pen { get; }

Wartość nieruchomości

OdPen

SpaceBefore

Zostaw lub ustaw przestrzeń wcześniej.

[JsonProperty]
public float SpaceBefore { get; set; }

Wartość nieruchomości

float

StartGuide

Zostaw lub ustaw przewodnik startowy.

[JsonProperty]
public float StartGuide { get; set; }

Wartość nieruchomości

float

StartMarker

Zostaw lub ustaw markera startowa.

[JsonProperty]
public OdMarker StartMarker { get; set; }

Wartość nieruchomości

OdMarker

StartMarkerWidth

Uzyskuje lub ustawia szerokość początkową markeru.

[JsonProperty]
public float StartMarkerWidth { get; set; }

Wartość nieruchomości

float

StylePosition

Uzyskuje lub ustawia pozycję stylu.

[JsonProperty]
public float StylePosition { get; set; }

Wartość nieruchomości

float

TextAlign

Dostosowuje lub ustawia tekst zharmonizowany.

[JsonProperty]
public OdTextAlignModeFlags TextAlign { get; set; }

Wartość nieruchomości

OdTextAlignModeFlags

TextColor

Uzyskuje lub ustawia kolor tekstu.

public int TextColor { get; set; }

Wartość nieruchomości

int

TransformInfo

Dostęp do przekształcania informacji.

public OdTransformInfo TransformInfo { get; }

Wartość nieruchomości

OdTransformInfo

Methods

Copy()

Kopiuj tę instancję.

public OdGraphicStyle Copy()

Returns

OdGraphicStyle

Otrzymujemy kopię tej instancji.

 Polski