com.aspose.cells
Class VbaProjectReference

java.lang.Object
    extended by com.aspose.cells.VbaProjectReference

public class VbaProjectReference 
extends java.lang.Object

Represents the reference of VBA project.


Property Getters/Setters Summary
java.lang.StringgetExtendedLibid()
voidsetExtendedLibid(java.lang.String value)
           Gets and sets the extended Libid of the reference.
java.lang.StringgetLibid()
voidsetLibid(java.lang.String value)
           Gets and sets the Libid of the reference.
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Gets and sets the name of the reference.
java.lang.StringgetRelativeLibid()
voidsetRelativeLibid(java.lang.String value)
           Gets and sets the referenced VBA project's identifier with an relative path.
java.lang.StringgetTwiddledlibid()
voidsetTwiddledlibid(java.lang.String value)
           Gets and sets the twiddled Libid of the reference.
intgetType()
           Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.
 
Method Summary
voidcopy(VbaProjectReference source)
          
 

Property Getters/Setters Detail

getType

public int getType()
Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets and sets the name of the reference.

setName

public void setName(java.lang.String value)
Gets and sets the name of the reference.

getLibid/setLibid

public java.lang.String getLibid() / public void setLibid(java.lang.String value)
Gets and sets the Libid of the reference.

setLibid

public void setLibid(java.lang.String value)
Gets and sets the Libid of the reference.

getTwiddledlibid/setTwiddledlibid

public java.lang.String getTwiddledlibid() / public void setTwiddledlibid(java.lang.String value)
Gets and sets the twiddled Libid of the reference. Only for control reference.

setTwiddledlibid

public void setTwiddledlibid(java.lang.String value)
Gets and sets the twiddled Libid of the reference. Only for control reference.

getExtendedLibid/setExtendedLibid

public java.lang.String getExtendedLibid() / public void setExtendedLibid(java.lang.String value)
Gets and sets the extended Libid of the reference. Only for control reference.

setExtendedLibid

public void setExtendedLibid(java.lang.String value)
Gets and sets the extended Libid of the reference. Only for control reference.

getRelativeLibid/setRelativeLibid

public java.lang.String getRelativeLibid() / public void setRelativeLibid(java.lang.String value)
Gets and sets the referenced VBA project's identifier with an relative path. Only for project reference.

setRelativeLibid

public void setRelativeLibid(java.lang.String value)
Gets and sets the referenced VBA project's identifier with an relative path. Only for project reference.

Method Detail

copy

public void copy(VbaProjectReference source)
Parameters:
source -

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.