Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 180,095 for

doc

(0.51 sec)
  1. IStructuredDocumentTag.IsShowingPlaceholderText...

    Discover the IStructuredDocumentTag IsShowingPlaceholderText property to easily identify placeholder text in your SDT, enhancing content clarity and management.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  2. StructuredDocumentTag.PlaceholderName | Aspose....

    Discover the StructuredDocumentTag PlaceholderName property to easily manage BuildingBlock names and enhance your Document's placeholder text.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Working With Styles in Jython|Aspose.Words for ...

    Working With Styles in Documents using Jython.... doc = Document ( dataDir + "TestFile.doc" ) # Define... paragraphs_by_style_name ( doc , PARA_STYLE ) print "abc = "...

    docs.aspose.com/words/java/working-with-styles-...
  4. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add text, and reference...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Bookmark::Remove method | Aspose...

    Aspose::Words::Bookmark::Remove method. Removes the bookmark from the Document. Does not remove text inside the bookmark in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  6. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.currentParagraph property | Asp...

    DocumentBuilder.currentParagraph property. Gets the paragraph that is currently selected in this [DocumentBuilder](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a valid bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBuilder.moveToDocumentStart method | As...

    DocumentBuilder.moveToDocumentStart method. Moves the cursor to the beginning of the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a valid bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.RemoveExternalSchemaReferences | Aspos...

    Effortlessly eliminate external XML schema references with the RemoveExternalSchemaReferences method, enhancing Document integrity and performance.... Document doc = new Document ( MyDir + "External..."External XML schema.docx" ); doc . RemoveExternalSchema (); See...

    reference.aspose.com/words/net/aspose.words/doc...
  10. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a red horizontal...

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