Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 157,620 for

doc

(0.21 sec)
  1. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Modify the page setup properties...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Pages method. Represents an estimate of the number of pages in the Document in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...BuiltInDocumentPrope > properties = doc -> get_BuiltInDocumentPrope ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. Open a Document Read-Only in Python|Aspose.Word...

    Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/python-net/open-a-documen...
  5. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word Documents, but commonly used in text files for paragraph breaks in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class to easily add and customize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  9. Aspose::Words::Font::get_AllCaps method | Aspos...

    Aspose::Words::Font::get_AllCaps method. True if the font is formatted as all capital letters in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  10. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

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