Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 47,819 for

properties

(0.08 sec)
  1. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../shape/)....Examples Shows how change stroke properties. doc = aw . Document () builder...the shape: # Modify various properties of this shape's stroke. stroke...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Replace Words in a Word Document using P...

    This article describes how to replace words in a word document using python. It contains configuration details, a step-by-step process and a runnable sample code to replace text in Word using Python....the Word document, set the properties for finding and replacing...FindReplaceOptions class object to set properties for finding and replacing...

    kb.aspose.com/words/python/how-to-replace-words...
  3. Resize GridWeb and its Header Bar|Documentation

    This article introduces how to resize in GridWeb....use its Width and Height properties. The width and height of...HeaderBarHeight and HeaderBarWidth properties, respectively. The figure...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. ParagraphFormat.farEastLineBreakControl propert...

    ParagraphFormat.farEastLineBreakControl property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph....farEastLineBreakCont property ParagraphFormat.farEastLineBreakCont property Gets...Shows how to set special properties for Asian typography. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Convert EPS to JPG in Java

    This short tutorial explains how to convert EPS to JPG in Java. It includes the details pertaining to environment setup, and stepwise process along with a runnable sample code to change EPS to JPG in Java....ImageSaveOptions class and specify image properties Instantiate an image rendering...calls. Finally, specify image properties for expected output and process...

    kb.aspose.com/page/java/how-to-convert-eps-to-j...
  6. OlePackage class | Aspose.Words for Node.js

    Aspose.Words.Drawing.OlePackage class. Allows to access OLE Package Properties...Allows to access OLE Package properties. To learn more, visit the...handler is missing or unknown. Properties Name Description displayName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Convert PDF to Word using Python

    This basic tutorial covers how to convert PDF to Word using Python. It encompasses all relevant information like the environment setup details, conversion algorithm, and a code snippet demonstrating how using Python PDF to DOC conversion can be done....class and specify different properties Invoke the save method to...which lets you set different properties like setting bullets recognition...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  8. How to Transform SVG to PDF using C#

    This quick article discusses how to transform SVG to PDF using C#. It explains the system configuration, stepwise algorithm, as well as a running sample code to export from SVG to PDF using C#....specifying some optional properties, if needed, and then render...you may customize different properties like adjusting PDF page size...

    kb.aspose.com/pdf/net/how-to-transform-svg-to-p...
  9. How to Send Word Document by Email using C++

    In this example, we will explore how to send Word Document by email using C++. In the following example code, you will witness how convenient it is to send Word Document in email body using C++. You will just need to make simple API calls and perform few simple steps on MS Windows to achieve this....Email and set message properties Initialize the SmtpClient...with setting of other mail properties. Lastly, by using SMTP client...

    kb.aspose.com/words/cpp/how-to-send-word-docume...
  10. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....object to enable different properties Perform text replacement...and then specify different properties to set the criteria for search...

    kb.aspose.com/words/cpp/how-to-find-and-replace...