Class OdStyledObject

Class OdStyledObject

Nombre del espacio: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Asamblea: Aspose.Imaging.dll (25.4.0)

El documento abierto estilizó el objeto gráfico.

[JsonObject(MemberSerialization.OptIn)]
public class OdStyledObject : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdStyledObject

Derived

OdAngleEllipse ,y, OdConnector ,y, OdContainer ,y, OdCustomShape ,y, OdFrame ,y, OdLine ,y, OdList ,y, OdMeasure ,y, OdPath ,y, OdPolygon ,y, OdRectangle ,y, OdTextMeasure ,y, OdTextParagraph ,y, OdTextSpan

Miembros heredados

OdGraphicObject.AbsoluteCoordinates ,y, OdObject.parent ,y, OdObject.Parent ,y, OdObject.Items ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

OdStyledObject(OdObject)

Inicializa una nueva instancia de la clase Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject.

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

El Padre.

Properties

Rectangle

Obtenga o coloca el rectángulo.

[JsonProperty]
public RectangleF Rectangle { get; set; }

Valor de la propiedad

RectangleF

Style

Obtenga o establece el estilo.

[JsonProperty]
public OdGraphicStyle Style { get; set; }

Valor de la propiedad

OdGraphicStyle

 Español