Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 156,332 for

doc

(0.07 sec)
  1. Გადაიყვანეთ Word, PDF Და Მრავალი Სხვა Ფაილის Ფო...

    გადააკეთეთ დოკუმენტები პროგრამულად Java სხვადასხვა ფაილის ფორმატებს შორის: Doc, DocX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG და მრავალი სხვა....პროფესიონალური ხარისხით: Microsoft Word: DOC, DOCX, RTF, DOT, DOTX, DOTM,...ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/ka/java/conversion/
  2. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java.... Document doc = new Document(getMyDir() + "Bibliography...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

    reference.aspose.com/words/java/com.aspose.word...
  3. PdfSaveOptions.useBookFoldPrintingSettings prop...

    PdfSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/).... let doc = new aw . Document ( base ....renderTextAsBookfold ) for ( let s of doc . sections . toArray ()) { s...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Paragraph.IsMoveToRevision | Aspose.Words for .NET

    Discover the IsMoveToRevision property in Microsoft Word! Learn how it tracks changes and enhances your Document editing experience.... Document doc = new Document ( MyDir + "Revisions...changes". Assert . AreEqual ( 6 , doc . Revisions . Count ( r => r...

    reference.aspose.com/words/net/aspose.words/par...
  5. Paragraph.isMoveToRevision property | Aspose.Wo...

    Paragraph.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... let doc = new aw . Document ( base ....changes". expect ( Array . from ( doc . revisions ). filter ( r =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.top property | Aspose.Words for Node.js

    ShapeBase.top property. Gets or sets the position of the top edge of the containing block of the shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeBase.Left | Aspose.Words for .NET

    Discover the ShapeBase Left property to easily adjust your shape's left edge position within its container. Enhance your design precision today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Saving::PdfZoomBehavior enum | A...

    Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF Document when it is opened in a PDF viewer in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java.... Document doc = new Document(getMyDir() + "Textbox...docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  10. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

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