Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 153,135 for

text

(0.58 sec)
  1. Font.Shading | Aspose.Words for .NET

    Discover the Font Shading property, which provides a Shading object for customizable font formatting, enhancing your Text's visual appeal....Shows how to apply shading to text created by a document builder...White ; // One way to make the text created using our white font...

    reference.aspose.com/words/net/aspose.words/fon...
  2. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of Text....SDT allows multiple lines of text. @property def multiline ( self...for SdtType.RICH_TEXT and SdtType.PLAIN_TEXT SDT type. For all...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....Examples: Shows how to hide text in a rendered output document...DocumentBuilder(doc); // Insert hidden text, then specify whether we wish...

    reference.aspose.com/words/java/com.aspose.word...
  4. FindReplaceOptions.ignoreFieldCodes property | ...

    FindReplaceOptions.ignoreFieldCodes property. Gets or sets a boolean value indicating either to ignore Text inside field codes...indicating either to ignore text inside field codes. The default...Examples Shows how to ignore text inside field codes. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance document formatting for better control and presentation.... Writeln ( "This text is in section 1." ); // Section...); builder . Writeln ( "This text is in section 2." ); Assert...

    reference.aspose.com/words/net/aspose.words/sec...
  6. GlyphFlags Enum | Aspose.Words for .NET

    Use GlyphFlags enum to control how individual glyphs are rendered and displayed during Text shaping....UnsafeToBreak 1 Indicates that if input text is broken at the beginning of...UnsafeToConcat 2 Indicates that if input text is changed on one side of the...

    reference.aspose.com/words/net/aspose.words.sha...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Timbri di testo, immagine o pagina in PDF utilizzando Python https://products.aspose.com/pdf/it/python-net/stamps/ Recent content in Timbri di ......center; border: 4px solid #e5e5e5; text-align: center; border-radius:...has-addons control button has-text-white has-background-success-dark...

    products.aspose.com/pdf/it/python-net/stamps/in...
  8. ParagraphFormat.linesToDrop property | Aspose.W...

    ParagraphFormat.linesToDrop property. Gets or sets the number of lines of the paragraph Text used to calculate the drop cap height....number of lines of the paragraph text used to calculate the drop cap...drop cap the height of four text lines. builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::PdfSaveOptions::get_Pres...

    Aspose::Words::Saving::PdfSaveOptions::get_PreserveFormFields method. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to Text. Default is false in C++....fields in PDF or convert them to text. Default is false . bool Aspose...Microsoft Word form fields include text input, drop down and check box...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the t…...html = " <p><strong>Some Bold Text </strong></p><p>Testing</p>";...SaveFormat.Docx); } the text “Some bold text” is not inserted as...

    forum.aspose.com/t/setting-builder-font-bold-fa...