Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 6,883 for

shape rendering

(0.1 sec)
  1. ImageSaveOptions.pageSet property | Aspose.Word...

    ImageSaveOptions.pageSet property. Gets or sets the pages to render...property Gets or sets the pages to render. Default is all the pages in...property has effect only when rendering document pages. This property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LayoutOptions.text_shaper_factory property | As...

    LayoutOptions.text_Shaper_factory property. Gets or sets [ITextShaperFactory](../../../aspose.words.shaping/itextShaperfactory/) implementation used for Advanced Typography Rendering features....used for Advanced Typography rendering features. @property def text_shaper_factory...self ) -> aspose . words . shaping . ITextShaperFactory : ......

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your document Rendering. Control which pages to save for optimized output. Explore now!...property Gets or sets the pages to render. Default is all the pages in...property has effect only when rendering document pages. This property...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...SHAPE: 中文技术支持 words-python Tiaohh...node.node_type == aw.NodeType.SHAPE: return "\n".join(all_text)...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  5. FixedPageSaveOptions class | Aspose.Words for P...

    aspose.words.saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc)...determining how colors are rendered. default_template Gets or...SaveOptions ) dml_3d_effects_rendering_mode Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage Presentation Ink Objects on Android|Aspo...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for Android. Get Java code samples for traces, brush color & size....typically represented by shape objects. A shape object, in its simplest...the container area size, the shape of the container, the container’s...

    docs.aspose.com/slides/androidjava/manage-ink/
  7. Manage Presentation Ink Objects in C++|Aspose.S...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for C++. Get code samples for traces, brush color & size....typically represented by shape objects. A shape object, in its simplest...the container area size, the shape of the container, the container’s...

    docs.aspose.com/slides/cpp/manage-ink/
  8. Manage Presentation Ink Objects in .NET|Aspose....

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for .NET. Get code samples for traces, brush color & size....typically represented by shape objects. A shape object, in its simplest...the container area size, the shape of the container, the container’s...

    docs.aspose.com/slides/net/manage-ink/
  9. Compress WORD In Python

    Compress WORD in Python without losing quality. Optimize WORD content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/w...
  10. Compress DOC In Python

    Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/doc/