Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,077 for

regular

(0.01 sec)
  1. Null Pointer Exception during setText - Aspose....

    Tried in two version Java aspose.pdf-21.3 and aspose.pdf-21.7 The problem is the same java.lang.NullPointerException: null at com.aspose.pdf.internal.ms.System.Text.RegularExpressions.java.lj.lI(Unknown Source) at co…...is a compiled Pattern from regular expression it still fails....But, if I change to valid regular expression which is in fact...

    forum.aspose.com/t/null-pointer-exception-durin...
  2. XpsFontStyle - Aspose.Page for Java - API Refer...

    Load, manipulate and render XPS, PS and EPS documents to PDF and raster image formats without any software dependencies.... Regular Normal text. Method Summary...Detail Regular public static final XpsFontStyle Regular Normal...

    reference.aspose.com/page/java/com.aspose.xps/X...
  3. FontStyle - Aspose.PSD for Java - API Reference

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop.... static int Regular Normal text. static int Strikeout...Field Detail Regular public static final int Regular Normal text...

    reference.aspose.com/psd/java/com.aspose.psd/Fo...
  4. FontStyle - Aspose.CAD for Java - API Reference

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps.... static int Regular Normal text. static int Strikeout...Field Detail Regular public static final int Regular Normal text...

    reference.aspose.com/cad/java/com.aspose.cad/Fo...
  5. Python: Find and Replace Text in Word Documents...

    Use Python Word library to find and replace text in MS Word DOCX/DOC documents. Replace text using RegEx and metacharacters in Word using Python....Text in Word Documents using Regular Expression Replace Text in...Text in Word Documents using Regular Expression In certain cases...

    blog.aspose.com/2021/11/09/find-and-replace-tex...
  6. Aspose.TeX.IO | Aspose.TeX for .NET API Reference

    The Aspose.TeX.IO namespace provides classes for I/O that TeX engine performs....InputFileSystemDirec Implements the regular file system’s method for getting...OutputFileSystemDire Implements the regular file system’s method for getting...

    reference.aspose.com/tex/net/aspose.tex.io/
  7. FontSubstitutionSettings Class | Aspose.Words f...

    Aspose.Words.Fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings in C#.... AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert.... GetSubstitutes ( "Kreon-Regular" ). Count ()); Assert . Contains...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Inline image not detected via PR_ATTACHMENT_FLA...

    Hi, I have a requirement to remove all genuine attachments from .msg files in order to save the original email.I need to detect inline images (embedded attachments) and not remove this from the original email as they ar…...getLongFileName()); } else { //delete regular attachments attachments.remove(attachment);...differentiate between Inline and Regular attachments, I would request...

    forum.aspose.com/t/inline-image-not-detected-vi...
  9. ITrueTypeFont | Aspose.HTML for .NET API Reference

    Declares methods for working with TrueType font....Exception: if the font is “Regular” as indicated in “SubFamilyName”...set) should have the string “Regular” stored in this position. Methods...

    reference.aspose.com/html/net/aspose.html.drawi...
  10. Font size 12 is not working properly in HTML fo...

    Hello, I am using the Aspose words 21.2(Licensed), and I am facing an issue with setting the font size to 12 when creating an HTML file. However, it works fine with other font sizes, I’ve verified with 11,16 font sizes.…...accept(FontChanger("Scala Sans Regular", 12.0)) doc.save("Desktop/template...accept(new FontChanger("Scala Sans Regular", 12.0)); doc.getStyles()....

    forum.aspose.com/t/font-size-12-is-not-working-...