Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 157,326 for

doc

(0.08 sec)
  1. Paragraph.isDeleteRevision property | Aspose.Wo...

    Paragraph.isDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... let doc = new aw . Document (); let body = doc . firstSection...appendChild ( new aw . Run ( doc , "Paragraph 1. " )); body ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartYValueCollection.format_code property | As...

    ChartYValueCollection.format_code property. Gets or sets the format code applied to the Y values.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  4. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) html = "<p align='right'>Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Compress HTML In Javascript

    Compress HTML in JavaScript without losing quality. Optimize HTML content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.html" ); doc.cleanup();...

    products.aspose.com/words/nodejs-net/compress/h...
  7. SvgSaveOptions.FitToViewPort | Aspose.Words for...

    Discover how the SvgSaveOptions FitToViewPort property optimizes your SVG output to perfectly fill any browser window or container for stunning visuals.... Document doc = new Document ( MyDir + "Document...SvgTextOutputMode . UsePlacedGlyphs }; doc . Save ( ArtifactsDir + "SvgSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc , Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. OleFormat.suggestedFileName property | Aspose.W...

    OleFormat.suggestedFileName property. Gets the file name suggested for the current embedded object if you want to save it into a file.... let doc = new aw . Document ( base ....shape.rtf" ); let oleShape = doc . firstSection . body . getShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FormField.TextInputType | Aspose.Words for .NET

    Discover the FormField TextInputType property to easily customize text form fields. Enhance user experience by setting specific input types effortlessly....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...