Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 222,903 for

new

(0.19 sec)
  1. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/inl...
  2. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docToInsert = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Printing MS Word documents using Aspose PDF - F...

    Hello, We need to print MS Word documents using a .Net Core 8.0 background service. As Aspose Words does not have a Print capability, we are thinking of to converting the DOCX to a PDF and then use the PDFViewer from A…...xps"; using (var pdfDoc = new Document(pdfPath)) { // Optional:...save options var xpsOptions = new XpsSaveOptions { // Example:...

    forum.aspose.com/t/printing-ms-word-documents-u...
  4. SdtListItem Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SdtListItem class, designed for efficient list item management in ComboBox and DropDownList structured documents....SdtListItem ( string ) Initializes a new instance of this class. SdtListItem...string, string ) Initializes a new instance of this class. Properties...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Stop conversion or loading using InterruptMonit...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... LoadOptions o = new Aspose . Diagram . LoadOptions...InterruptMonitor = im ; Diagram diagram = new Diagram ( "Huge.vsdx" , o );...

    docs.aspose.com/diagram/java/stop-conversion-or...
  6. AxisDisplayUnit.unit property | Aspose.Words fo...

    AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fonts::DefaultFontSubstitutionRu...

    Aspose::Words::Fonts::DefaultFontSubstitutionRule::get_DefaultFontName method. Gets or sets the default font name in C++....The default value is ‘Times New Roman’. Examples Shows how to..."DefaultFontName" property to "Courier New" to, // while rendering the document...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. MetafileRenderingOptions | Aspose.Words for Java

    Allows to specify additional metafile rendering options in Java....throws Exception { Document doc = new Document(getMyDir() + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  9. Send Emails & Forward Messages using SMTP Clien...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....MailMessage instance MailMessage msg = new MailMessage (); // Create an...SmtpClient class SmtpClient client = new SmtpClient (); // Specify your...

    docs.aspose.com/email/net/sending-and-forwardin...
  10. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...length >= 1) { Document doc = new Document(files[0]); for (int...endsWith(".HTML"))) { Document src = new Document(files[i]); if (!saltoPagina)...

    forum.aspose.com/t/keeping-paragraph-format-aft...