Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 18,480 for

docx to doc

(0.53 sec)
  1. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...

    reference.aspose.com/words/java/com.aspose.word...
  2. StructuredDocumentTag.setUncheckedSymbol method...

    StructuredDocumentTag.setUncheckedSymbol method. Sets the symbol used To represent the unchecked state of a check box content control.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let sdtCheckBox = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlFixedSaveOptions.RemoveJavaScriptFromLinks ...

    Optimize your HTML with the HtmlFixedSaveOptions RemoveJavaScriptFromLinks feature. Enhance security by removing JavaScript from links effortlessly....Document doc = new Document ( MyDir + "JavaScript in HREF.docx" );...RemoveJavaScriptFrom = true ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Style.list property | Aspose.Words for Node.js

    Style.list property. Gets the list that defines formatting of this list style.... let doc = new aw . Document (); // A...within a style. let listStyle = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_FullDate method. Specifies the full date and time last entered inTo this SDT in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various Document layouts using C#....Example: Document doc = new Document ( "input.docx" ); LayoutOptions...LayoutOptions layout = doc . LayoutOptions ; layout . ShowHiddenText =...

    docs.aspose.com/words/net/specify-layout-options/
  7. Node.PreviousPreOrder | Aspose.Words for .NET

    Discover the Node PreviousPreOrder method To efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing....Document doc = new Document ( MyDir + "Images.docx" ); Assert...Assert . That ( doc . GetChildNodes ( NodeType . Shape , true ). OfType...

    reference.aspose.com/words/net/aspose.words/nod...
  8. DocumentPropertyCollection.RemoveAt | Aspose.Wo...

    Effortlessly manage your DocumentPropertyCollection by using the RemoveAt method To delete properties at any index. Streamline your Document management Today!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  9. CellFormat.set_paddings method | Aspose.Words f...

    CellFormat.set_paddings method. Sets the amount of space (in points) To add To the left/Top/right/botTom of the contents of cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set a padding distance...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows To easily set text of the comment.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...