public class MSOfficeBox
extends java.lang.Object
Constructor and Description |
---|
MSOfficeBox()
Creates a new instance of MSOfficeBox
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDocxText(java.io.File file) |
static java.lang.String |
getPowerPointText(java.io.InputStream is) |
static java.lang.String |
getText(java.io.File f) |
static java.lang.String |
getText(java.io.InputStream is) |
static java.lang.String |
getText(java.net.URL url) |
static java.lang.String[] |
getWordParagraphText(org.apache.poi.hwpf.HWPFDocument doc)
Get the text from the word file, as an array with one String
per paragraph
|
static java.lang.String |
getWordText(java.io.InputStream is) |
static java.lang.String |
getWordTextFromPieces(org.apache.poi.hwpf.HWPFDocument doc)
Grab the text out of the text pieces.
|
static java.lang.String |
getWordTextOld(org.apache.poi.hwpf.HWPFDocument doc)
Grab the text, based on the paragraphs.
|
static java.lang.String |
getWordTextOld(java.io.InputStream is) |
public static java.lang.String getWordTextOld(java.io.InputStream is)
public static java.lang.String[] getWordParagraphText(org.apache.poi.hwpf.HWPFDocument doc)
public static java.lang.String getWordTextFromPieces(org.apache.poi.hwpf.HWPFDocument doc)
public static java.lang.String getWordTextOld(org.apache.poi.hwpf.HWPFDocument doc)
public static java.lang.String getWordText(java.io.InputStream is)
public static java.lang.String getPowerPointText(java.io.InputStream is)
public static java.lang.String getText(java.net.URL url)
public static java.lang.String getDocxText(java.io.File file)
public static java.lang.String getText(java.io.InputStream is)
public static java.lang.String getText(java.io.File f)
Copyright 2004-2015 Wandora Team