Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 170,558 for

doc

(0.08 sec)
  1. Android API to Render PS to DOTX | products.asp...

    Transform PS to DOTX via Android via Java API...need to convert the PS file to DOC using Aspose.PDF for Android...the PS file is converted to DOC, you can use the Word Processing...

    products.aspose.com/total/android-java/conversi...
  2. PageSetup.EndnoteOptions | Aspose.Words for .NET

    Discover the PageSetup EndnoteOptions property to easily customize endnote numbering and positioning for enhanced Document formatting and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/pag...
  3. IStructuredDocumentTag.lockContents property | ...

    IStructuredDocumentTag.lockContents property. When set to true, this property will prohibit a user from editing the contents of this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. StructuredDocumentTag.lockContentControl proper...

    StructuredDocumentTag.lockContentControl property. When set to ``true``, this property will prohibit a user from deleting this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StructuredDocumentTag.lockContents property | A...

    StructuredDocumentTag.lockContents property. When set to ``true``, this property will prohibit a user from editing the contents of this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.FootnoteOptions | Aspose.Words for .NET

    Discover PageSetup FootnoteOptions to easily customize footnote numbering and positioning for enhanced Document clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Style.listFormat property | Aspose.Words for No...

    Style.listFormat property. Provides access to the list formatting properties of a paragraph style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TextureAlignment enumeration | Aspose.Words for...

    Aspose.Words.Drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert HTML To PDF C++

    Convert HTML to PDF format in C++ code. Save HTML as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  10. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a generic greeting...

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