Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 89,964 for

doc format

(0.65 sec)
  1. Aspose::Words::Font::get_Position method | Aspo...

    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...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Aspose::Words::Fields::GeneralFormatCollection:...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Convert JPG To HTML C#

    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#...

    products.aspose.com/words/net/conversion/jpg-to...
  4. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldDocVariable | Aspose.Words for Java

    Implements DocVARIABLE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java.... Document doc = new Document(); // Set a value...built-in document property. doc.getBuiltInDocumentPr().setTitle("My...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldTemplate | Aspose.Words for Java

    Implements the TEMPLATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can set a template name...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a...setAddress("123 Main Street"); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  9. Font.position property | Aspose.Words for Node.js

    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 ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value..."Subject" built-in property. doc.getBuiltInDocumentPr().setSubject("My...

    reference.aspose.com/words/java/com.aspose.word...