public class AsposeWords extends Object
Constructor and Description |
---|
AsposeWords() |
Modifier and Type | Method and Description |
---|---|
static com.aspose.words.Document |
loadDocument(InputStream stream) |
static com.aspose.words.Document |
loadDocument(InputStream stream,
com.aspose.words.LoadOptions loadOptions) |
static com.aspose.words.Document |
loadDocument(String filePath) |
static com.aspose.words.Document |
loadDocument(String filePath,
com.aspose.words.LoadOptions loadOptions) |
public static com.aspose.words.Document loadDocument(String filePath) throws Exception
Exception
public static com.aspose.words.Document loadDocument(String filePath, com.aspose.words.LoadOptions loadOptions) throws Exception
Exception
public static com.aspose.words.Document loadDocument(InputStream stream) throws Exception
Exception
public static com.aspose.words.Document loadDocument(InputStream stream, com.aspose.words.LoadOptions loadOptions) throws Exception
Exception