Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 168,745 for

doc

(0.1 sec)
  1. PageVerticalAlignment enumeration | Aspose.Word...

    aspose.words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StructuredDocumentTag.is_temporary property | A...

    StructuredDocumentTag.is_temporary property. Specifies whether this SDT shall be removed from the WordProcessingML Document when its contents are modified.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.GetEffectiveTabStops | Aspose.Words f...

    Discover the GetEffectiveTabStops method to retrieve all tab stops in a paragraph, including those from styles and lists for enhanced formatting....Document doc = new Document (); Paragraph para = doc . FirstSection...Microsoft Word. Assert . That ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  4. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your custom fallback settings for seamless font management.... Document doc = new Document ( MyDir + "Rendering...fontFallbackStream ); doc . FontSettings = fontSettings ; } doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  5. MarkdownSaveOptions.LinkExportMode | Aspose.Wor...

    Discover the MarkdownSaveOptions LinkExportMode property to control link formatting in output files. Optimize your Document exports effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertShape ( ShapeType...

    reference.aspose.com/words/net/aspose.words.sav...
  6. List.document property | Aspose.Words for Node.js

    List.Document property. Gets the owner Document.... let doc = new aw . Document (); let lists = doc . lists ;...document . referenceEquals ( doc )). toEqual ( true ); let list...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

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

    Discover how the AutomaticallyUpdate property enhances your styles by automatically redefining them for optimal value and performance in your projects.... Document doc = new Document (); Style style = doc . Styles ...builder = new DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/net/aspose.words/sty...
  9. PageLayoutCallbackArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Layout.PageLayoutCallbackArgs class for efficient Document layout management. Enhance your workflow with powerful notification features....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Aspose::Words::Settings::JustificationMode enum...

    Aspose::Words::Settings::JustificationMode enum. Specifies the character spacing adjustment for a Document. The default value is Expand in C++.... auto doc = System :: MakeObject < Aspose...JustificationMode justificationMode = doc -> get_JustificationMode ();...

    reference.aspose.com/words/cpp/aspose.words.set...