Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 30,980 for

doc

(0.04 sec)
  1. StructuredDocumentTag.word_open_xml_minimal pro...

    StructuredDocumentTag.word_open_xml_minimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a Document upon it is saved... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'PostScriptFont'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextWatermarkOptions.Color | Aspose.Words for .NET

    Customize your TextWatermarkOptions with the Color property to enhance visibility. Set your preferred font color for a personalized touch. Default, Silver.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...
  4. Font.ComplexScript | Aspose.Words for .NET

    Discover the Font ComplexScript property, ensuring your text is formatted as complex script for enhanced readability and style, regardless of Unicode values.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . ComplexScript...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Node.previous_pre_order method | Aspose.Words f...

    Node.previous_pre_order method. Gets the previous node according to the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Style.UnhideWhenUsed | Aspose.Words for .NET

    Discover how to manage the UnhideWhenUsed property for styles. Control visibility in the Styles gallery and task pane to enhance your Document's design....Document doc = new Document (); Style styleTitle = doc . Styles...styleTitle . SemiHidden = true ; doc . Save ( ArtifactsDir + "Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  7. TextWatermarkOptions.layout property | Aspose.W...

    TextWatermarkOptions.layout property. Gets or sets layout of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartFormat.SetDefaultFill | Aspose.Words for .NET

    Discover how to use the ChartFormat SetDefaultFill method to effortlessly restore your chart element's fill to its original default value.... Document doc = new Document ( MyDir + "DataPoint...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_field ( 'INCLUDETEXT'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let topBorder = builder ....

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