Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 15,217 for

aws

(0.05 sec)
  1. 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/ja/python-net/translate-m...
  2. SaveOptions.iml_rendering_mode property | Aspos...

    SaveOptions.iml_rendering_mode property. Gets or sets a value determining how ink (InkML) objects are rendered.... doc = aw . Document ( file_name = MY_DIR...save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SignOptions.comments property | Aspose.Words fo...

    SignOptions.comments property. Specifies comments on the digital signature... certificate_holder = aw . digitalsignatures . CertificateHolder...create ( MY_DIR + 'morzal.pfx' , 'aw' ) # Create a comment and date...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTag.sdt_type property | Aspos...

    StructuredDocumentTag.sdt_type property. Gets type of this Structured document tag.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . STRUCTURED_DOCUMENT_TAG...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Story.story_type property | Aspose.Words for Py...

    Story.story_type property. Gets the type of this story.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . CUBE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox....orientation doc = aw . Document () builder = aw . DocumentBuilder...doc ) textbox = aw . drawing . Shape ( doc , aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CleanupOptions.unused_styles property | Aspose....

    CleanupOptions.unused_styles property. Specifies whether unused styles should be removed from document... doc = aw . Document () doc . styles . add ( aw . StyleType...'MyListStyle1' ) doc . styles . add ( aw . StyleType . LIST , 'MyListStyle2'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyleOptions enumeration | Aspose.Words fo...

    aspose.words.tables.TableStyleOptions enumeration. Specifies how table style is applied to a table.... doc = aw . Document () builder = aw . DocumentBuilder...format. table . style_identifier = aw . StyleIdentifier . MEDIUM_SHADING1_ACCENT1...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ConvertUtil.point_to_inch method | Aspose.Words...

    ConvertUtil.point_to_inch method. Converts points to inches.... doc = aw . Document () builder = aw . DocumentBuilder...page_setup page_setup . top_margin = aw . ConvertUtil . inch_to_point...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose.Word For Java 将html转化为html不能保持样式,且生成多余段落...

    这是我的测试代码: Document document = new Document("D:\\test\\original.html"); document.save("D:\\test\\generated.html"); 这是原HTML文件以及生成的HTML文件:test.zip (49.5 KB) 可以看到 1、图片样式被替换为 style="-aw-left-pos:0pt; -aw-rel-hpos:column;…...1、图片样式被替换为 style="-aw-left-pos:0pt; -aw-rel-hpos:column; -aw-rel-vpos:paragraph;...-aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline" 当我删除原HTML图片的样式后,仍然会自动添加以上样式。...

    forum.aspose.com/t/aspose-word-for-java-html-ht...