Is there a way to change the font and font size for a document type of text? I'm sending the request using soap web service.
Example of the XML that is being sent.
<soap:Body><JobSubmitRequest xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<SubmitId>SubmitId</SubmitId>
<DocumentSet>
<Document ref="Doc1">
<DocType>text</DocType>
<DocData format="base64">0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP
</Document>
</DocumentSet>
<Message>
<MessageId></MessageId>
<JobOptions>
<BillingCode>BillCode</BillingCode>
<CustomerReference>CREF</CustomerReference>
<FaxOptions>
<FaxMode>fine</FaxMode>
</FaxOptions>
</JobOptions>
<Destinations>
<Fax>
<Phone>123456789</Phone>
</Fax>
</Destinations>
<Contents>
<Part>
<DocRef>Doc"Doc1"</DocRef>
<Treatment>body</Treatment>
</Part>
</Contents>
</Message>
</JobSubmitRequest>
</soap:Body>