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

doc

(0.08 sec)
  1. Aspose::Words::Markup::MarkupLevel enum | Aspos...

    Aspose::Words::Markup::MarkupLevel enum. Specifies the level in the Document tree where a particular StructuredDocumentTag can occur in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Saving::ImageSaveOptions::get_Sc...

    Aspose::Words::Saving::ImageSaveOptions::get_Scale method. Gets or sets the zoom factor for the generated images in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Fields::UserInformation::get_Ini...

    Aspose::Words::Fields::UserInformation::get_Initials method. Gets or sets the user's initials in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. FieldBuilder | Aspose.Words for .NET

    Discover FieldBuilder, the powerful tool for effortlessly creating and managing fields in your projects. Streamline your workflow today!... Document doc = new Document (); // A convenient...builder = new DocumentBuilder ( doc ); builder . Write ( " Hello...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Section.ProtectedForForms | Aspose.Words for .NET

    Discover how the ProtectedForForms property in Microsoft Word enhances Document security, allowing users to edit only designated form fields easily.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  6. ImageType enumeration | Aspose.Words for Python

    aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) img_shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  7. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...options); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Style.paragraphFormat property | Aspose.Words f...

    Style.paragraphFormat property. Gets the paragraph formatting of the style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.Italic | Aspose.Words for .NET

    Discover the Font Italic property! Easily format text in italics to enhance readability and style in your designs. Boost your typography today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 36...

    reference.aspose.com/words/net/aspose.words/fon...
  10. ParagraphFormat.farEastLineBreakControl propert...

    ParagraphFormat.farEastLineBreakControl property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph.... let doc = new aw . Document ( base ...."Document.docx" ); let format = doc . firstSection . body . firstParagraph...

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