Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 18,303 for

docx to doc

(0.19 sec)
  1. TaskPane.Row | Aspose.Words for .NET

    Discover the TaskPane Row property, easily manage task pane indexing for streamlined organization and enhanced productivity in your applications.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  2. | Aspose

    Sample code for WBMP To XML Java conversion. Use API example code for batch WBMP files To XML conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  3. Aspose::Words::Fonts::FontInfo::GetEmbeddedFont...

    Aspose::Words::Fonts::FontInfo::GetEmbeddedFontAsOpenType method. Gets an embedded font file in OpenType format. Fonts in Embedded OpenType format are converted To OpenType in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Embedded font.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Table.top_padding property | Aspose.Words for P...

    Table.Top_padding property. Gets or sets the amount of space (in points) To add above the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Split Documents via Android Mobile Apps | produ...

    Split PDF, Microsoft Word, Excel spreadsheets and PowerPoint presentations via your android application. Split Document by page number or by some predefined pattern....Options with Android Split DOC Files Split DOCX Files Split DOTX Files...

    products.aspose.com/total/android-java/split/
  8. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers To the shading formatting for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able To suggest why paragraphs imported using Document Library is sometimes split inTo multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...imported from another format (like DOCX or RTF), the conversion process...Document doc = new Document("path/to/your/document.docx"); Paragraph...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  10. Aspose::Words::Style class | Aspose.Words for C...

    Aspose::Words::Style class. Represents a single built-in or user-defined style. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: Style > style = doc -> get_Styles () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/style/