Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 18,313 for

docx to doc

(0.2 sec)
  1. Protect Documents with Password via Android Mob...

    Protect PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents via your Android application. Apply password with ease....with Android Protect DOC Files Protect DOCX Files Protect Excel...

    products.aspose.com/total/android-java/protect/
  2. Aspose::Words::Drawing::ShapeBase::get_Name met...

    Aspose::Words::Drawing::ShapeBase::get_Name method. Gets or sets the optional shape name in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartSeries.Insert | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeries Insert method. Insert X values at any index, optimizing your data visualization with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. TableStyle.VerticalAlignment | Aspose.Words for...

    Discover the TableStyle VerticalAlignment property To effortlessly control cell alignment in your tables, enhancing readability and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...
  5. DigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a Document with a digital signature in Java....Document doc = new Document(getMyDir() + "Document.docx"); CertificateHolder...certificateHolder, signOptions)); doc.save(getArtifactsDir() + "OoxmlSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. Table.TopPadding | Aspose.Words for .NET

    Discover the Table TopPadding property, easily adjust space in points above cell contents for enhanced layout control and improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Aspose::Words::ParagraphFormat::get_KeepWithNex...

    Aspose::Words::ParagraphFormat::get_KeepWithNext method. True if the paragraph is To remains on the same page as the paragraph that follows it in C++.... auto doc = System :: MakeObject < Aspose...u "Table spanning two pages.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::ParagraphFormat::get_FarEastLine...

    Aspose::Words::ParagraphFormat::get_FarEastLineBreakControl method. Gets or sets a flag indicating whether East Asian line-breaking rules are applied To the current paragraph in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Document.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. ControlChar | Aspose.Words for Java

    Control characters often encountered in Documents in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert paragraphs with text...

    reference.aspose.com/words/java/com.aspose.word...