Sort Score
Result 10 results
Languages All
Labels All
Results 6,451 - 6,460 of 299,954 for

doc

(0.21 sec)
  1. Section.Body | Aspose.Words for .NET

    Section Body property. Returns the Body child node of the section in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  2. DocumentBuilder.InsertNode | Aspose.Words for .NET

    DocumentBuilder InsertNode method. Inserts a node before the cursor in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFileName = ImageDir...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::PageSetup::get_CharactersPerLine...

    Aspose::Words::PageSetup::get_CharactersPerLine method. Gets or sets the number of characters per line in the Document grid in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. DocumentBuilder.StartBookmark | Aspose.Words fo...

    DocumentBuilder StartBookmark method. Marks the current position in the Document as a bookmark start in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    ShapeBase IsInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled in C#....Document doc = new Document (); Assert . False ( doc . TrackRevisions...kind. Shape shape = new Shape ( doc , ShapeType . Cube ); shape ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Paragraph::get_BreakIsStyleSepar...

    Aspose::Words::Paragraph::get_BreakIsStyleSeparator method. True if this paragraph break is a Style Separator. A style separator allows one paragraph to consist of parts that have different paragraph styles in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertTableOfContent...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks method. Allows to specify whether the page breaks should be preserved during export. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Page...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Document.compatibility_options property | Aspos...

    Document.compatibility_options property. Provides access to Document compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldMergeField.TextAfter | Aspose.Words for .NET

    FieldMergeField TextAfter property. Gets or sets the text to be inserted after the field if the field is not blank in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldMergeField.FieldName | Aspose.Words for .NET

    FieldMergeField FieldName property. Gets or sets the name of a data field in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...