AppearanceCreate |
Create an appearance with the content loaded from an XML file
The format of the XML file is described in the user manual.public static Appearance CreateFromXml( Stream stream )
Exception | Condition |
---|---|
CorruptException | The file is not a valid XML file. |
NotFoundException | An image or font referenced in the XML was not found. |
GenericException | The XML file is not a valid appearance content specification. |
ProcessingException | Could not process content of the XML. |
ArgumentNullException | if stream is . |