Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 167,114 for

new

(0.09 sec)
  1. Կատարեք DOCX՝ Օգտագործելով C#

    Ստեղծեք նոր DOCX C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով .NET գրադարանը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/docx/
  2. Buat Markdown Menggunakan C#

    Buat Markdown baharu dalam C# dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/md/
  3. FontSubstitutionSettings | Aspose.Words for Java

    Specifies font substitution mechanism settings in Java....Document doc = new Document(); doc.setFontSettings(new FontSettings());...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...进行一些工作并执行演示文稿/幻灯片渲染 $pres = new Presentation ( "DefaultFonts...setDocumentLevelFont 属性: $Array = new JavaClass ( "java.lang.reflect...

    docs.aspose.com/slides/zh/php-java/custom-font/
  5. Font Substitution Issue When Converting PDF to ...

    Hello Aspose Team, I am using the latest version(25.4) of Aspose.PDF for Java to convert regular PDFs to PDF/A-3 format. In the input PDFs, the font used is Helvetica, including some text with bold styling. Since I’m w…...add(new Document.FontSubstitutionHand()...(licenseStream == null) { throw new IAException("PDF-1005", EMPTY_PLACEHOLDERS...

    forum.aspose.com/t/font-substitution-issue-when...
  6. DocumentBase.Document | Aspose.Words for .NET

    Explore DocumentBase properties to efficiently manage your documents. Unlock seamless access and enhance your workflow today!... Document doc = new Document (); // New Document objects by...AppendChild ( new Section ( doc )) . AppendChild ( new Body ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/doc/
  8. DocumentBuilder | Aspose.Words for .NET

    Create powerful documents effortlessly with DocumentBuilder. Initialize a New instance and streamline your document management today!...DocumentBuilder() Initializes a new instance of this class. public...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/net/aspose.words/doc...
  9. PlainTextDocument | Aspose.Words for Java

    Allows to extract plain-text representation of the documents content in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PlainTextDocument plaintext = new PlainTextDocument(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...初始化文档对象 Document pdfDocument = new Document (); // 获取特定页面 Page pdfPage...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...