Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 183,472 for

doc

(0.85 sec)
  1. VbaProject constructor | Aspose.Words for Python

    VbaProject constructor. Creates a blank [VbaProject](../).... doc = aw . Document () # Create a...project . name = 'Aspose.Project' doc . vba_project = project # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Revision details PDF compare - Free Support For...

    Hello I notice some problem with default save compared Document to PDF. It looks like PDF always export as “All markup” (compared to word). That produce some “first look” inconsistency like that: To reproduce this yo…...use following code: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("paragraph1");...

    forum.aspose.com/t/revision-details-pdf-compare...
  3. Aspose::Words::Document::get_JustificationMode ...

    Aspose::Words::Document::get_JustificationMode method. Gets or sets the character spacing adjustment of a Document in C++.... auto doc = System :: MakeObject < Aspose...JustificationMode justificationMode = doc -> get_JustificationMode ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape chartShape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Footers|Aspose.Words for Java

    Remove footers from a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Section currentSection = builder...

    docs.aspose.com/words/java/working-with-footers/
  6. EmbeddedFontStyle | Aspose.Words for Java

    Specifies the style of an embedded font inside a FontInfo object in Java.... Document doc = new Document(getMyDir() + "Embedded...docx"); FontInfo embeddedFont = doc.getFontInfos().get("Alte DIN...

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

    Represents a start of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  8. Find And Replace in PHP|Aspose.Words for Java

    Find And Replace text in Document using PHP.... $ doc = new Java ( "com.aspose.words..."ReplaceSimple.doc" ); // Replace the text in the document. $ doc -> getRange...

    docs.aspose.com/words/java/find-and-replace-in-...
  9. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during Document loading or saving.... DOC Module that reads/writes binary DOC files. TEXT...work with the warning source. doc = aw . Document ( file_name =...

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