public class XmlLoadOptions extends LoadOptions
| Constructor | Description |
|---|---|
XmlLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
byte[] |
getXslFo() |
XSL document content to convert XML-FO using XSL
|
int |
hashCode() |
|
void |
setXslFo(byte[] xslFo) |
|
String |
toString() |
|
XmlLoadOptions |
xslFo(byte[] xslFo) |
format, getFormat, setFormatpublic XmlLoadOptions xslFo(byte[] xslFo)
public byte[] getXslFo()
public void setXslFo(byte[] xslFo)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.