Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 30,980 for

doc

(0.05 sec)
  1. FieldBuilder constructor | Aspose.Words for Python

    FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class.... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

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

    Discover the CustomXmlPart DataChecksum property, ensuring data integrity with a reliable CRC checksum for your XML content. Enhance your data's reliability!... Document doc = new Document (); StructuredDocumentTa... ( doc , SdtType . RichText , MarkupLevel . Block ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.mar...
  3. ReflectionFormat.Blur | Aspose.Words for .NET

    Adjust the ReflectionFormat Blur property to control the blur effect of reflections in your design. Enhance visuals with precision—default is 0.0.... Document doc = new Document ( MyDir + "Various...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ListCollection.add_single_level_list method | A...

    ListCollection.add_single_level_list method. Creates a new single level list based on the predefined template and adds it to the list collection in the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) list_collection = doc . lists # Creates...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ReflectionFormat.Size | Aspose.Words for .NET

    Discover the ReflectionFormat Size property, control reflection size (0.0-1.0) for stunning visual effects in your designs. Enhance your project's aesthetics!... Document doc = new Document ( MyDir + "Various...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  6. DocumentBuilder.current_structured_document_tag...

    DocumentBuilder.current_structured_Document_tag property. Gets the structured Document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) # There is a several ways...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted revisions with an easy boolean toggle. Enhance your editing experience!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.rep...
  8. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-to solution for managing multiple Frameset instances effortlessly in Document processing.... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words.fra...
  9. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  10. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...