public final class ExcelDrawingMetadata extends Object
ExcelDrawing
.Modifier and Type | Method and Description |
---|---|
int |
getId()
Gets a unique identifier for the current drawing within the worksheet.
|
String |
getName()
Gets the name for the current drawing.
|
void |
setName(String value)
Sets the name for the current drawing.
|
String |
toString()
Returns a
String that represents this ExcelDrawingMetadata instance. |
public int getId()
This ID may be used to assist in uniquely identifying this drawing so that it can be referred to by other parts of the workbook.
public String getName()
public void setName(String value)
value
- The name for the current drawing.IllegalArgumentException
- Drawing's name cannot be empty.public String toString()
String
that represents this ExcelDrawingMetadata
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class Object
String
that represents this ExcelDrawingMetadata
instance.© GemBox d.o.o. — All rights reserved.