is_same_setting Methode
is_same_setting(self, obj)
Gibt zurück, ob die Form gleich ist.
Kehrt zurück
def is_same_setting(self, obj):
    ...
| Parameter | Typ | Beschreibung | 
|---|---|---|
| obj | any | 
Beispiel
if shape.is_same_setting(shape):
    print("Two objects the same.")
Siehe auch
- Modul aspose.cells.drawing
- Klasse SlicerShape