Aspose::Words::Font::get_Position method. Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it in C++....Shows how to format text to offset its position. auto doc = System...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Fields::GeneralFormatCollection::RemoveAt method. Removes a general Format occurrence at the specified index in C++....t method Removes a general format occurrence at the specified...Examples Shows how to format field results. auto doc = System :: MakeObject...
Convert JPG to HTML Format in C# code. Save JPG as HTML using C#....HTML, and many other document formats using C#, F#, VB.NET. HTML...easily transform JPG to HTML format with just a few lines of C#...
Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...
Implements DocVARIABLE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...
Implements the TITLE field in Java.... Document doc = new Document(); // Set a value...built-in document property. doc.getBuiltInDocumentPr().setTitle("My...
Implements the TEMPLATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can set a template name...
Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a...setAddress("123 Main Street"); doc.getFieldOptions().setCurrent...
Font.position property. Gets or sets the position of text (in points) relative to the base line...Shows how to format text to offset its position. let doc = new aw...aw . Document (); let para = doc . getParagraph ( 0 , true ); //...
Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value..."Subject" built-in property. doc.getBuiltInDocumentPr().setSubject("My...