Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 183,740 for

doc

(1.96 sec)
  1. StructuredDocumentTagCollection.remove method |...

    StructuredDocumentTagCollection.remove method. Removes the structured Document tag with the specified identifier.... doc = aw . Document ( file_name =...) structured_document_tags = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.suppressEndnotes property | Aspose.Wo...

    PageSetup.suppressEndnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes..., () => { let doc = new aw . Document (); doc . removeAllChildren...endnotes at its end. expect ( doc . endnoteOptions . position )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DigitalSignatureDetails.certificate_holder prop...

    DigitalSignatureDetails.certificate_holder property. Gets or sets a [DigitalSignatureDetails.certificate_holder](./) object that contains the certificate used to sign a Document.... doc = aw . Document ( file_name =.... sign_options . comments ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the Document....LineCounter : def __init__ ( self , doc ): self . m_scanning_line_for_real_text...layout . LayoutEnumerator ( doc ) self . _count_lines () def...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Փոխարկել Պատկեր DOC Javascript

    Փոխարկեք Պատկեր ը Doc ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես Doc օգտագործելով JavaScript:...Փոխարկել պատկեր ը DOC ի JavaScript ում Բարձր արագությամբ Node...Ծրագրային կերպով փոխակերպեք պատկեր-ը DOC-ի՝ օգտագործելով Node.js-ը: Ուսումնասիրեք...

    products.aspose.com/words/hy/nodejs-net/convers...
  6. ViewOptions.zoomPercent property | Aspose.Words...

    ViewOptions.zoomPercent property. Gets or sets the percentage at which you want to view your Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Document::get_IncludeTextboxesFo...

    Aspose::Words::Document::get_IncludeTextboxesFootnotesEndnotesInStat method. Specifies whether to include textboxes, footnotes and endnotes in word count statistics in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Lorem...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance Document formatting for better control and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "This...

    reference.aspose.com/words/net/aspose.words/sec...
  9. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!... Document doc = new Document (); // To display...imgShape = new Shape ( doc , ShapeType . Image ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ParagraphAlignment | Aspose.Words for Java

    Specifies text alignment in a paragraph in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

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