Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 155,671 for

doc

(0.23 sec)
  1. Cell.ensure_minimum method | Aspose.Words for P...

    Cell.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Layout::RevisionOptions::get_Ins...

    Aspose::Words::Layout::RevisionOptions::get_InsertedTextColor method. Allows to specify the color to be used for inserted content Insertion. Default value is ByAuthor in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Watermark.type property | Aspose.Words for Python

    Watermark.type property. Gets the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working With Tables in PHP|Aspose.Words for Java

    Working With Tables using PHP.... // Open the document $ doc = new java ( "com.aspose.words...Document" , $ dataDir . "TestFile.doc" ); $ nodeType = java ( "com...

    docs.aspose.com/words/java/working-withtables-i...
  8. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = MakeObject < Document > ();...auto run = MakeObject < Run > ( doc , u "Hello world!" ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. 使用 Javascript 製作 HTML

    通過幾個步驟在 JavaScript 中創建一個新的 HTML。使用 Node.js via .NET 庫輕鬆創建 HTML。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  10. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your Documents effortlessly with ConvertToImages. Convert pages to high-quality image files quickly and easily for enhanced sharing and storage.... string doc = MyDir + "Big document.docx"...Converter . ConvertToImages ( doc , SaveFormat . Png ); ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.low...