Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 30,736 for

doc

(0.07 sec)
  1. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pap...
  2. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Page...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldOptions::get_FieldI...

    Aspose::Words::Fields::FieldOptions::get_FieldIndexFormat method. Gets or sets a FieldIndexFormat that represents the formatting for the FieldIndex fields in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "A" );...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListLevel.start_at property | Aspose.Words for ...

    ListLevel.start_at property. Returns or sets the starting number for this list level.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::StyleCollection::idx_get method ...

    Aspose::Words::StyleCollection::idx_get method. Gets a built-in style by its locale independent identifier in C++.... auto doc = MakeObject < Document > ();...< StyleCollection > styles = doc -> get_Styles (); // Set default...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Field.Update | Aspose.Words for .NET

    Efficiently update fields with our Field Update method. Prevents conflicts by ensuring fields aren't already in use. Streamline your data management today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two fields while...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Characters method. Represents an estimate of the number of characters in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. BuiltInDocumentProperties.characters property |...

    BuiltInDocumentProperties.characters property. Represents an estimate of the number of characters in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Lorem...

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