com.aspose.slides
Interface IVbaModule

All Known Implementing Classes:
VbaModule

public interface IVbaModule


Method Summary
 java.lang.String getName()
           Name of the module.
 java.lang.String getSourceCode()
           Source code of the module.
 void setSourceCode(java.lang.String value)
           Source code of the module.
 

Method Detail

getName

java.lang.String getName()

Name of the module. Read-only String.


getSourceCode

java.lang.String getSourceCode()

Source code of the module. Read/write String.


setSourceCode

void setSourceCode(java.lang.String value)

Source code of the module. Read/write String.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.