Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 375,288 for

document

(0.12 sec)
  1. ImageData.image_type property | Aspose.Words fo...

    ImageData.image_type property. Gets the type of the image....how to extract images from a document, and save them to the local...individual files. doc = aw . Document ( MY_DIR + 'Images.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Comment.RemoveAllReplies | Aspose.Words for .NET

    Effortlessly clear all replies to your comment with the RemoveAllReplies method, ensuring a clutter-free discussion and enhanced user experience....replies will be deleted from the document. Examples Shows how to remove...comment replies. Document doc = new Document (); Comment comment...

    reference.aspose.com/words/net/aspose.words/com...
  3. FontSubstitutionSettings.font_info_substitution...

    FontSubstitutionSettings.font_info_substitution property. Settings related to font info substitution rule.... # Open a document that contains text formatted...our font sources. doc = aw . Document ( file_name = MY_DIR + 'Missing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java....the Working with Fields documentation article. Remarks: Retrieves...date and time on which the document was last saved. By default...

    reference.aspose.com/words/java/com.aspose.word...
  5. Ինչպես փոխարկել HTML-ը Word-ի Java-ում

    Այս հակիրճ ձեռնարկը բացատրում է, թե ինչպես փոխարկել HTML-ը Word-ի Java-ում՝ պարզապես բեռնելով HTML ֆայլը և պահպանելով այն որպես Word ֆայլ: Java HTML-ից Word-ի փոխարկումն օգտագործելիս ապահովում է լիակատար վերահսկողություն, քանի որ դուք կարող եք կարգավորել ելքային Word ֆայլը՝ սահմանելով MS Word-ի կողմից աջակցվող բոլոր բնութագրերը:...սկզբնաղբյուր HTML ֆայլը բեռնվում է Document դասի օբյեկտում և պահվում որպես...սկզբնաղբյուր HTML ֆայլը բեռնվի Document դասի օբյեկտում, դուք կունենաք...

    kb.aspose.com/hy/words/java/how-to-convert-html...
  6. Fill.preset_texture property | Aspose.Words for...

    Fill.preset_texture property. Gets a [PresetTexture](../../presettexture/) for the fill.... Document () builder = aw . DocumentBuilder..."TextureAlignment" # property after the document saves. save_options = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GlowFormat.Color | Aspose.Words for .NET

    Discover the GlowFormat Color property to customize your glow effects. Easily set vibrant colors for stunning visual impact. Default is Black.... Document doc = new Document ( MyDir + "Various..."Shape.Glow.docx" ); doc = new Document ( ArtifactsDir + "Shape.Glow...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_Encoding method. Specifies the encoding to use when exporting to HTML. Default value is new UTF8Encoding(true) (UTF-8 with BOM) in C++....encoding to use while exporting a document to HTML. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape...how to extract images from a document, and save them to the local...individual files. doc = aw . Document ( MY_DIR + 'Images.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a Document, such as a paragraph, bookmark, or a specific character using C#....Hide ] While working with a document, even if it is a short or...need to navigate through your document. Navigation with a virtual...

    docs.aspose.com/words/net/navigation-with-cursor/