OdMarker
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdMarker extends OdGraphicObject
Le marqueur
Constructeurs
| Constructeur | Description |
|---|---|
| OdMarker(OdObject parent) | Initialise une nouvelle instance de la classe OdMarker. |
Méthodes
| Méthode | Description |
|---|---|
| getRectangle() | Obtient ou définit le rectangle. |
| setRectangle(RectangleF value) | Obtient ou définit le rectangle. |
| getPathCommands() | Obtient ou définit les commandes de chemin. |
| setPathCommands(OdGraphicObject[] value) | Obtient ou définit les commandes de chemin. |
| getName() | Obtient ou définit le nom. |
| setName(String value) | Obtient ou définit le nom. |
OdMarker(OdObject parent)
public OdMarker(OdObject parent)
Initialise une nouvelle instance de la classe OdMarker.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |
getRectangle()
public RectangleF getRectangle()
Obtient ou définit le rectangle.
Returns: RectangleF - The rectangle.
setRectangle(RectangleF value)
public void setRectangle(RectangleF value)
Obtient ou définit le rectangle.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | RectangleF | Le rectangle. |
getPathCommands()
public OdGraphicObject[] getPathCommands()
Obtient ou définit les commandes de chemin.
Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - Les commandes de chemin.
setPathCommands(OdGraphicObject[] value)
public void setPathCommands(OdGraphicObject[] value)
Obtient ou définit les commandes de chemin.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | OdGraphicObject[] | Les commandes de chemin. |
getName()
public String getName()
Obtient ou définit le nom.
Returns: java.lang.String - Le nom.
setName(String value)
public void setName(String value)
Obtient ou définit le nom.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | java.lang.String | Le nom. |