Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 170,567 for

doc

(0.32 sec)
  1. FootnoteOptions.restartRule property | Aspose.W...

    FootnoteOptions.restartRule property. Determines when automatic numbering restarts.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your Document automation today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::TabAlignment enum | Aspose.Words...

    Aspose::Words::TabAlignment enum. Specifies the alignment/type of a tab stop in C++.... auto doc = System :: MakeObject < Aspose...Words :: Paragraph > para = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. Aspose::Words::Document::UnlinkFields method | ...

    Aspose::Words::Document::UnlinkFields method. Unlinks fields in the whole Document in C++.... auto doc = System :: MakeObject < Aspose...+ u "Linked fields.docx" ); doc -> UnlinkFields (); See Also...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Drawing::GroupShape::GroupShape ...

    Aspose::Words::Drawing::GroupShape::GroupShape constructor. Creates a new group shape in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartSeriesGroupCollection.Count | Aspose.Words...

    Discover the Count property of ChartSeriesGroupCollection, which reveals the total number of series groups for enhanced data visualization.... Document doc = new Document ( MyDir + "Combo...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. PhoneticGuide.RubyText | Aspose.Words for .NET

    Discover the PhoneticGuide RubyText property to access and enhance ruby text for improved phonetic clarity in your applications.... Document doc = new Document ( MyDir + "Phonetic...docx" ); RunCollection runs = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/pho...
  8. Paragraph.is_format_revision property | Aspose....

    Paragraph.is_format_revision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...changes". self . assertTrue ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldAddressBlock.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldAddressBlock. Effortlessly retrieve mail merge field names to enhance your Document automation process.... Document doc = new Document ( MyDir + "Field...addressBlockField = ( FieldAddressBlock ) doc . Range . Fields [ 0 ]; string...

    reference.aspose.com/words/net/aspose.words.fie...
  10. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

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