Javadoc tweaks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-04-10 13:02:36 +00:00
parent e8e1a294e6
commit d7981342e0
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ import java.util.Map;
import org.apache.poi.util.StringUtil;
/**
* This class extracts out the source of all VBA Modules of an office file,
* both OOXML and OLE2/POIFS, eg XLSM or DOC
* This tool extracts out the source of all VBA Modules of an office file,
* both OOXML (eg XLSM) and OLE2/POIFS (eg DOC), to STDOUT or a directory.
*/
public class VBAMacroExtractor {
public static void main(String args[]) throws IOException {

View File

@ -42,7 +42,7 @@ import org.apache.poi.util.RLEDecompressingInputStream;
/**
* Finds all VBA Macros in an office file (OLE2/POIFS and OOXML/OPC),
* and returns them
* and returns them.
*/
public class VBAMacroReader implements Closeable {
protected static final String VBA_PROJECT_OOXML = "xl/vbaProject.bin";