Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 2,243 for

glyph

(0.74 sec)
  1. Archiwa

    Archiwa...glif do dokumentu XpsGlyphs glyphs = doc.addGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.setFill(textFill); // Zapisz...

    blog.aspose.com/pl/page/insert-text-image-xps-j...
  2. Arşiv

    Arşiv...//Belgeye glif ekle XpsGlyphs glyphs = doc.addGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.setFill(textFill); // Ortaya...

    blog.aspose.com/tr/page/insert-text-image-xps-j...
  3. Archiwa

    Archiwa...glif do dokumentu XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Zapisz...

    blog.aspose.com/pl/page/insert-image-text-xps-c...
  4. Archiv

    Archiv...Pinsel, um Text hinzuzufügen Glyphe zum Dokument hinzufügen XPS-Ausgabedokument...ng::Color::get_Black()); //Glyphe zum Dokument hinzufügen Sy...

    blog.aspose.com/de/page/insert-image-text-xps-cpp/
  5. Архивы

    Архивы...Добавить глиф в документ XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Сохраните...

    blog.aspose.com/ru/page/insert-image-text-xps-c...
  6. Arşiv

    Arşiv...Belgeye glif ekle XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Ortaya...

    blog.aspose.com/tr/page/insert-image-text-xps-c...
  7. Архів

    Архів...гліф до документа XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Збережіть...

    blog.aspose.com/uk/page/insert-image-text-xps-c...
  8. 새 XPS 파일 수정 및 추가 | .NET 해결책 | Aspose

    .NET API 솔루션은 XPS 파일을 관리합니다. 몇 줄의 코드로 XPS 파일을 만들고 수정합니다. 이를 수행하는 방법에 대한 C# 예제를 알아보세요....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/ko/net/create-xps-file/
  9. XPSファイル内のテキスト操作 | .NET

    XPSファイルにテキストを追加する方法については、Aspose.Page APIソリューションで回答しています。.NETでの機能の使用方法については、こちらをご覧ください。...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/ja/net/xps/working-with-text/
  10. XPS ページのイベントベースの変更 | C++

    Aspose.Page API for C++ を使用して、XPS ファイルの変換中にすべての出力ページに繰り返し変更を加える方法を学びます...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/ja/cpp/xps/event-based-mod...