Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 156,890 for

doc

(0.06 sec)
  1. DocumentPropertyCollection | Aspose.Words for Java

    Base class for BuiltInDocumentProperties and CustomDocumentProperties collections in Java.... Document doc = new Document(); CustomDocumentProper...CustomDocumentProper properties = doc.getCustomDocumentPro(); Assert.assertEquals(0...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::ImageWatermarkOptions::get_Scale...

    Aspose::Words::ImageWatermarkOptions::get_Scale method. Gets or sets the scale factor expressed as a fraction of the image. The default value is 0 - auto in C++.... auto doc = MakeObject < Document > ();...-> set_IsWashout ( false ); doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/ima...
  3. Convert HTML To MARKDOWN C#

    Convert HTML to MARKDOWN format in C# code. Save HTML as MARKDOWN using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.html" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/html-t...
  4. CommentRangeStart.accept method | Aspose.Words ...

    CommentRangeStart.accept method. Accepts a visitor....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.initial property | Aspose.Words for Nod...

    Comment.initial property. Returns or sets the initials of the user associated with a specific comment....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Update Fields in PHP|Aspose.Words for Java

    Update fields of Word Document using PHP.... Php Code $ doc = new Java ( "com.aspose.words...aspose.words.DocumentBuilder" , $ doc ); // Insert a table of contents...

    docs.aspose.com/words/java/update-fields-in-php/
  7. Aspose::Words::LineStyle enum | Aspose.Words fo...

    Aspose::Words::LineStyle enum. Specifies line style of a Border in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/lin...
  8. Aspose::Words::CommentRangeEnd class | Aspose.W...

    Aspose::Words::CommentRangeEnd class. Denotes the end of a region of text that has a comment associated with it. To learn more, visit the Documentation article in C++....CreateCommentsAndPri () { auto doc = MakeObject < Document > ();...newComment = MakeObject < Comment > ( doc ); newComment -> set_Author (...

    reference.aspose.com/words/cpp/aspose.words/com...
  9. Aspose::Words::Drawing::TextBox::get_FitShapeTo...

    Aspose::Words::Drawing::TextBox::get_FitShapeToText method. Determines whether Microsoft Word will grow the shape to fit text in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > textBoxShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Aspose::Words::Drawing::ShapeBase::get_CanHaveI...

    Aspose::Words::Drawing::ShapeBase::get_CanHaveImage method. Returns true if the shape type allows the shape to have an image in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a shape with an...

    reference.aspose.com/words/cpp/aspose.words.dra...