Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 180,453 for

doc

(0.15 sec)
  1. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a DocumentBuilder to...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add text to the document...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. HtmlFixedSaveOptions.saveFontFaceCssSeparately ...

    HtmlFixedSaveOptions.saveFontFaceCssSeparately property. Flag indicates whether @font-face CSS rules should be placed into a separate file fontFaces.css when a Document is being saved with external stylesheet (that is, when [HtmlFixedSaveOptions.exportEmbeddedCss](../exportEmbeddedCss/) is ``false``)... let doc = new aw . Document ( base ....saveFontFaceCssSepar = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageHorizontalAlignment method. Specifies the horizontal alignment of pages in an HTML Document. Default value is Center in C++.... auto doc = System :: MakeObject < Aspose...m ( pageHorizontalAlignm ); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature::get_SignatureType method. Gets the type of the digital signature in C++.... auto doc = System :: MakeObject < Aspose...); for ( auto && signature : doc -> get_DigitalSignatures ())...

    reference.aspose.com/words/cpp/aspose.words.dig...
  6. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...options); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SavePictureBullet method. When false, PictureBullet data is not saved to output Document. Default value is true in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: SaveFormat :: Doc ); saveOptions -> set_SavePictureBullet...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::FrameFormat::get_Width method | ...

    Aspose::Words::FrameFormat::get_Width method. Gets the width of the specified frame, in points in C++.... auto doc = System :: MakeObject < Aspose...Paragraph > paragraphFrame = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/fra...
  9. Aspose::Words::FrameFormat::get_HorizontalPosit...

    Aspose::Words::FrameFormat::get_HorizontalPosition method. Gets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property in C++.... auto doc = System :: MakeObject < Aspose...Paragraph > paragraphFrame = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/fra...
  10. Convert Image To WORD Javascript

    Convert Image to WORD format in JavaScript code. Save Image as WORD using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/conversion...