Class OdGraphicStyle

Class OdGraphicStyle

Tên không gian: Aspose.Imaging.FileFormats.OpenDocument.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)

Khởi mở Document Graphic Style.

[JsonObject(MemberSerialization.OptIn)]
public class OdGraphicStyle

Inheritance

object OdGraphicStyle

Thành viên thừa kế

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

Đưa ra bơm

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

Giá trị bất động sản

OdBrush

EndGuide

Nhận hoặc đặt hướng dẫn cuối.

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

Giá trị bất động sản

float

EndMarker

Nhận hoặc đặt dấu cuối.

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

Giá trị bất động sản

OdMarker

EndMarkerWidth

Nhận hoặc đặt chiều rộng cuối của dấu hiệu.

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

Giá trị bất động sản

float

Font

nhận được font.

public OdFont Font { get; }

Giá trị bất động sản

OdFont

LineHeight

Nhận hoặc đặt chiều cao của dòng.

public int LineHeight { get; set; }

Giá trị bất động sản

int

MarginBottom

Nhận hoặc đặt margin dưới cùng.

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

Giá trị bất động sản

float

MarginTop

Nhận hoặc đặt margin top.

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

Giá trị bất động sản

float

MeasureLineDistance

Nhận hoặc đặt khoảng cách đường đo.

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

Giá trị bất động sản

float

Opacity

Nhận hoặc đặt sự bất ổn.

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

Giá trị bất động sản

int

PaddingBottom

Lấy hoặc đặt đáy.

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

Giá trị bất động sản

float

PaddingLeft

Gets hoặc đặt padding bên trái.

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

Giá trị bất động sản

float

PaddingRight

Lấy hoặc đặt chân thẳng.

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

Giá trị bất động sản

float

PaddingTop

Nhận hoặc đặt đỉnh padding.

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

Giá trị bất động sản

float

Pen

Đưa ra bút.

public OdPen Pen { get; }

Giá trị bất động sản

OdPen

SpaceBefore

Nhận hoặc đặt không gian trước.

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

Giá trị bất động sản

float

StartGuide

Nhận hoặc đặt hướng dẫn khởi động.

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

Giá trị bất động sản

float

StartMarker

Nhận hoặc đặt dấu khởi động.

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

Giá trị bất động sản

OdMarker

StartMarkerWidth

Nhận hoặc đặt chiều rộng khởi đầu của dấu hiệu.

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

Giá trị bất động sản

float

StylePosition

Nhận hoặc đặt vị trí phong cách.

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

Giá trị bất động sản

float

TextAlign

Nhận hoặc đặt văn bản phù hợp.

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

Giá trị bất động sản

OdTextAlignModeFlags

TextColor

Nhận hoặc đặt màu của văn bản.

public int TextColor { get; set; }

Giá trị bất động sản

int

TransformInfo

Nhận thông tin chuyển đổi.

public OdTransformInfo TransformInfo { get; }

Giá trị bất động sản

OdTransformInfo

Methods

Copy()

sao chép trường hợp này.

public OdGraphicStyle Copy()

Returns

OdGraphicStyle

Nhận bản sao của trường hợp này.

 Tiếng Việt