public class MarkupLoadOptions extends LoadOptions implements Serializable
Constructor and Description |
---|
MarkupLoadOptions()
ctor
|
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Gets base path or URL
|
String |
getEncoding()
Gets the encoding to be used when loading the markup document.
|
MarkupFileType |
getFormat()
Input document file type
|
com.aspose.ms.System.TimeSpan |
getResourceLoadingTimeout()
Timeout for loading external resources
|
boolean |
isPageNumbering()
Enable or disable generation of page numbering in converted document.
|
void |
setBasePath(String basePath)
Sets base path or URL
|
void |
setEncoding(String encoding)
Sets the encoding to be used when loading the markup document.
|
void |
setPageNumbering(boolean pageNumbering)
Sets page numbering
|
void |
setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout) |
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public MarkupFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
public boolean isPageNumbering()
public void setPageNumbering(boolean pageNumbering)
pageNumbering
- page numbering flagpublic String getBasePath()
public void setBasePath(String basePath)
basePath
- base path or URLpublic String getEncoding()
public void setEncoding(String encoding)
encoding
- encodingpublic com.aspose.ms.System.TimeSpan getResourceLoadingTimeout()
public void setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout)
Copyright © 2022. All rights reserved.