Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 18,038 for

aws

(0.07 sec)
  1. FrameFormat.verticalDistanceFromText property |...

    FrameFormat.verticalDistanceFromText property. Specifies vertical distance (in points) between a frame and the surrounding text.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Body.nodeType property | Aspose.Words for Node.js

    Body.nodeType property. Returns [NodeType.Body](../../nodetype/#Body)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderPrimary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. छवि को SVG Javascript में बदलें

    JavaScript कोड छवि को SVG प्रारूप में बदलें। सहेजें छवि के रूप में SVG का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...
  4. JPG को GIF Javascript में बदलें

    JavaScript कोड JPG को GIF प्रारूप में बदलें। सहेजें JPG के रूप में GIF का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...
  5. Chuyển PDF Thành MARKDOWN Python

    Chuyển đổi PDF định dạng sang MARKDOWN trong mã Python Lưu PDF thành MARKDOWN bằng cách sử dụng Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/vi/python-net/convers...
  6. Markdown를 DOM로 번역하세요|Python via .NET용 Aspose.Words

    Markdown 문서를 Document Object Model로 변환하고 Python을 사용하여 다시 변환합니다. 따라서 복잡한 기존 Markdown로 작업하고 처음부터 프로그래밍 방식으로 Markdown 문서를 만들 수 있습니다.... builder = aw . DocumentBuilder () # Make the...content to the document. builder = aw . DocumentBuilder () # Make the...

    docs.aspose.com/words/ko/python-net/translate-m...
  7. OfficeMathJustification enumeration | Aspose.Wo...

    Aspose.Words.Math.OfficeMathJustification enumeration. Specifies the justification of the equation.... let doc = new aw . Document ( base . myDir + "Office... mathObjectType ). toEqual ( aw . Math . MathObjectType . OMathPara...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OoxmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOCX](../../aspose.words/saveformat/#DOCX), [SaveFormat.DOCM](../../aspose.words/saveformat/#DOCM), [SaveFormat.DOTX](../../aspose.words/saveformat/#DOTX), [SaveFormat.DOTM](../../aspose.words/saveformat/#DOTM) or [SaveFormat.FLAT_OPC](../../aspose.words/saveformat/#FLAT_OPC) format... doc = aw . Document () builder = aw . DocumentBuilder...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insert_chart method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_chart method... doc = aw . Document () builder = aw . DocumentBuilder...chart_type = aw . drawing . charts . ChartType . PIE , width = aw . ConvertUtil...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DigitalSignatureUtil.sign method | Aspose.Words...

    Aspose.Words.DigitalSignatures.DigitalSignatureUtil.sign method... let certificateHolder = aw . DigitalSignatures . CertificateHolder...base . myDir + "morzal.pfx" , "aw" ); // Create a comment and date...

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