I use this page for as apidocs:
http://poi.apache.org/apidocs/org/apache/poi/hwpf/HWPFDocument.html
Here a lot of methods declared but I can't find many of them in maven
artifacts.
I tried the following atifacts:
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.1-FINAL</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>poi</groupId>
<artifactId>poi</artifactId>
<version>3.1-FINAL</version>
</dependency>
For example of methods I cannot find:
http://poi.apache.org/apidocs/org/apache/poi/hwpf/HWPFDocument.html#getFields()
http://poi.apache.org/apidocs/org/apache/poi/hwpf/usermodel/Range.html#insertTableBefore(short,
int)
Where can I find them ?
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/Which-Maven-artifact-contains-all-stuff-from-apidocs-for-HWPFDocument-tp4733705p4733705.html
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]