Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 42,505 for

doc

(0.07 sec)
  1. MailMergeSettings.LinkToQuery | Aspose.Words fo...

    Discover the MailMergeSettings LinkToQuery property, learn how it controls query execution in Word Documents and its default setting for optimal performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  2. FieldIndex.PageNumberSeparator | Aspose.Words f...

    Discover the FieldIndex PageNumberSeparator property, easily customize the character that separates index entries from page numbers for enhanced clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ListFormat.list property | Aspose.Words for Nod...

    ListFormat.list property. Gets or sets the list this paragraph is a member of.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); expect ( builder . listFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::DocumentVisitor::VisitShapeStart...

    Aspose::Words::DocumentVisitor::VisitShapeStart method. Called when enumeration of a shape has started in C++....void GroupOfShapes () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. XmlMapping.PrefixMappings | Aspose.Words for .NET

    Discover the XmlMapping PrefixMappings property for seamless XML namespace prefix mapping and efficient XPath evaluation. Enhance your XML processing today!... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  6. PageSetup.pageNumberStyle property | Aspose.Wor...

    PageSetup.pageNumberStyle property. Gets or sets the page number format.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentPropertyCollection.Remove | Aspose.Word...

    Effortlessly remove properties by name from your DocumentPropertyCollection with our easy-to-use Remove method. Streamline your data management today!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  8. LoadOptions.font_settings property | Aspose.Wor...

    LoadOptions.font_settings property. Allows to specify Document font settings....'MissingFont' , [ 'Comic Sans MS' ]) doc = aw . Document ( file_name =...assertEqual ( 'MissingFont' , doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group shape enumeration for seamless Document processing....GroupOfShapes () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/net/aspose.words/doc...
  10. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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