Sort Score
Result 10 results
Languages All
Labels All
Results 5,561 - 5,570 of 183,731 for

doc

(0.43 sec)
  1. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the brush color that fills the closed path of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Write some text, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the visio page with Aspose.Diagram.... DOC || info . getLoadFormat () ==...using Aspose.Words API Document doc = new Document ( new ByteArrayInputStream...

    docs.aspose.com/diagram/java/get-paper-width-an...
  3. XpsSaveOptions.save_format property | Aspose.Wo...

    XpsSaveOptions.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 ) # Insert headings that can...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SignatureLine.signer property | Aspose.Words fo...

    SignatureLine.signer property. Gets or sets suggested signer of the signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SdtListItem class | Aspose.Words for Python

    aspose.words.markup.SdtListItem class. This element specifies a single list item within a parent [SdtType.COMBO_BOX](../sdttype/#COMBO_BOX) or [SdtType.DROP_DOWN_LIST](../sdttype/#DROP_DOWN_LIST) structured Document tag... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::FileFormatUtil::LoadFormatToSave...

    Aspose::Words::FileFormatUtil::LoadFormatToSaveFormat method. Converts a LoadFormat value to a SaveFormat value if possible in C++....Aspose :: Words :: LoadFormat :: Doc , loadFormat ); // Below are...detected file extension. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. MailMergeOptions.TrimWhitespaces | Aspose.Words...

    Optimize your mail merge with the TrimWhitespaces property. Easily manage leading and trailing spaces for cleaner, more professional Documents....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames..."Classified" }; MailMerger . Execute ( doc , ArtifactsDir + "LowCode.MailMerge...

    reference.aspose.com/words/net/aspose.words.low...
  8. FieldUpdatingProgressArgs.TotalFieldsCount | As...

    Discover the TotalFieldsCount property in FieldUpdatingProgressArgs to efficiently track and manage field updates for enhanced performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::Fields::FieldUserAddress class |...

    Aspose::Words::Fields::FieldUserAddress class. Implements the USERADDRESS field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...set_Address ( u "123 Main Street" ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Run Class | Aspose.Words for .NET

    Discover Aspose.Words.Run, a powerful class for managing character runs with consistent font formatting, enhancing your Document processing efficiency....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/run/