Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 50,430 for

shape

(0.17 sec)
  1. What is font? | Aspose.Font for .NET

    Font is a fairly complex topic. When developing any interface, you will encounter the part where you need to code fonts. This chapter makes it easier for you.... The glyph is a unique shape, design, or way it looks. It...

    docs.aspose.com/font/net/what-is-font/
  2. PSD ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSD ファイルを開いて編集する...Yellow); // Draw an arc shape by specifying the Pen object...

    products.aspose.com/psd/jp/editor/psd/
  3. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 DOC。使用 C++ 庫輕鬆創建 DOC。...<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/zh-hant/cpp/make/doc/
  4. 在 C++ 中製作文檔

    使用 C++ 庫創建文件。只需幾個步驟即可在 C++ 中輕鬆創建新文檔。...<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/zh-hant/cpp/make/
  5. Convert Image To TXT Python

    Convert Image to TXT format in Python code. Save Image as TXT using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  6. Convert Image To HTML Python

    Convert Image to HTML format in Python code. Save Image as HTML using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  7. Convert TEXT To PNG Python

    Convert TEXT to PNG format in Python code. Save TEXT as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  8. Convert JPG To DOCX Python

    Convert JPG to DOCX format in Python code. Save JPG as DOCX using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To SVG Python

    Convert TEXT to SVG format in Python code. Save TEXT as SVG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To HTML Python

    Convert TEXT to HTML format in Python code. Save TEXT as HTML using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...