Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 19,240 for

aws

(0.04 sec)
  1. أرشيف

    أرشيف...words as aw # إنشاء كائن الوثيقة doc = aw.Document() # إنشاء...إنشاء كائن منشئ المستند builder = aw.DocumentBuilder(doc) # إضافة...

    blog.aspose.com/ar/words/create-word-documents-...
  2. Procurar

    Procurar...words as aw # create document object doc = aw.Document() #...document builder object builder = aw.DocumentBuilder(doc) # add text...

    blog.aspose.com/pt/words/create-word-documents-...
  3. Document.protectionType property | Aspose.Words...

    Document.protectionType property. Gets the currently active document protection type....let doc = new aw . Document (); doc . protect ( aw . ProtectionType... protectionType ). toEqual ( aw . ProtectionType . ReadOnly );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document.unprotect method | Aspose.Words for No...

    Aspose.Words.Document.unprotect method...let doc = new aw . Document (); doc . protect ( aw . ProtectionType... protectionType ). toEqual ( aw . ProtectionType . ReadOnly );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node.custom_node_id property | Aspose.Words for...

    Node.custom_node_id property. Specifies custom node identifier.... doc = aw . Document () # Add two runs...paragraph = doc . get_child ( aw . NodeType . PARAGRAPH , 0 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RtfSaveOptions.saveImagesAsWmf property | Aspos...

    RtfSaveOptions.saveImagesAsWmf property. When ``true`` all images will be saved as WMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageData . imageType ). toEqual ( aw . Drawing . ImageType . Jpeg...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Python でのドキュメント編集の制限|Python via .NET用Aspose.Words

    Python を使用して制限タイプを設定し、ドキュメントの編集を制限します。保護を解除して、無制限に編集可能な領域を作成することもできます。...words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/ja/python-net/restrict-do...
  8. FrameFormat.width property | Aspose.Words for N...

    FrameFormat.width property. Gets the width of the specified frame, in points.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Font.color property | Aspose.Words for Node.js

    Font.color property. Gets or sets the color of the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Courier New" ; font . underline = aw . Underline . Dash ; builder...

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