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
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
EndGuide
Zostaw lub ustaw końcowy przewodnik.
[JsonProperty]
public float EndGuide { get; set; }
Wartość nieruchomości
EndMarker
Zostaw lub ustaw markera końcowego.
[JsonProperty]
public OdMarker EndMarker { get; set; }
Wartość nieruchomości
EndMarkerWidth
Uzyskuje lub ustawia szerokość końcową markeru.
[JsonProperty]
public float EndMarkerWidth { get; set; }
Wartość nieruchomości
Font
Otrzymuje się font.
public OdFont Font { get; }
Wartość nieruchomości
LineHeight
Zyskać lub ustawić wysokość linii.
public int LineHeight { get; set; }
Wartość nieruchomości
MarginBottom
Zostaw lub ustaw marginę w dół.
[JsonProperty]
public float MarginBottom { get; set; }
Wartość nieruchomości
MarginTop
Zostaw lub ustaw marżę na górze.
[JsonProperty]
public float MarginTop { get; set; }
Wartość nieruchomości
MeasureLineDistance
Uzyskuje lub ustawia odległość linii pomiarowej.
[JsonProperty]
public float MeasureLineDistance { get; set; }
Wartość nieruchomości
Opacity
Uzyskuje lub ustanawia nieprawidłowość.
[JsonProperty]
public int Opacity { get; set; }
Wartość nieruchomości
PaddingBottom
Zatrzymaj lub ustaw podłogę.
[JsonProperty]
public float PaddingBottom { get; set; }
Wartość nieruchomości
PaddingLeft
Zostaw lub ustaw podłogę w lewo.
[JsonProperty]
public float PaddingLeft { get; set; }
Wartość nieruchomości
PaddingRight
Zatrzymać lub umieścić podłogę prawą.
[JsonProperty]
public float PaddingRight { get; set; }
Wartość nieruchomości
PaddingTop
Zostaw lub ustaw podłogę.
[JsonProperty]
public float PaddingTop { get; set; }
Wartość nieruchomości
Pen
Dajcie sobie pióro.
public OdPen Pen { get; }
Wartość nieruchomości
SpaceBefore
Zostaw lub ustaw przestrzeń wcześniej.
[JsonProperty]
public float SpaceBefore { get; set; }
Wartość nieruchomości
StartGuide
Zostaw lub ustaw przewodnik startowy.
[JsonProperty]
public float StartGuide { get; set; }
Wartość nieruchomości
StartMarker
Zostaw lub ustaw markera startowa.
[JsonProperty]
public OdMarker StartMarker { get; set; }
Wartość nieruchomości
StartMarkerWidth
Uzyskuje lub ustawia szerokość początkową markeru.
[JsonProperty]
public float StartMarkerWidth { get; set; }
Wartość nieruchomości
StylePosition
Uzyskuje lub ustawia pozycję stylu.
[JsonProperty]
public float StylePosition { get; set; }
Wartość nieruchomości
TextAlign
Dostosowuje lub ustawia tekst zharmonizowany.
[JsonProperty]
public OdTextAlignModeFlags TextAlign { get; set; }
Wartość nieruchomości
TextColor
Uzyskuje lub ustawia kolor tekstu.
public int TextColor { get; set; }
Wartość nieruchomości
TransformInfo
Dostęp do przekształcania informacji.
public OdTransformInfo TransformInfo { get; }
Wartość nieruchomości
Methods
Copy()
Kopiuj tę instancję.
public OdGraphicStyle Copy()
Returns
Otrzymujemy kopię tej instancji.