public class VbaReference extends Object
Represents a reference of the VbaProject
Constructor and Description |
---|
VbaReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
|
boolean |
equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
|
String |
getLibIdentifier()
Gets the identifier of the library.
|
String |
getName()
Gets the name of VBA reference.
|
int |
hashCode()
Returns a hash code value for this VbaReference.
|
void |
setName(String value)
Sets the name of VBA reference.
|
public boolean equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
other
- The specified VbaReference object to compare with this instance.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
public String getLibIdentifier()
Gets the identifier of the library.
String
public String getName()
Gets the name of VBA reference.
String
public void setName(String value)
Sets the name of VBA reference.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.