Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 6,928 for

fill color

(0.1 sec)
  1. 搜索

    搜索...TextBoxField 的屬性,如 FontSize 、 Color 等。 創建第二個 TextBoxField 的實例並設置其屬性。...:Drawing::Color::get_Black()); nameBox->set_Color(Aspose::Pd...

    blog.aspose.com/zh-hant/pdf/create-fill-or-edit...
  2. Aspose.Cells 8.5.2のPublic APIの変更|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create empty image and fill it with blue color int width = 800 ; int...g . setColor ( java . awt . Color . blue ); g . fillRect ( 0 ...

    docs.aspose.com/cells/ja/java/public-api-change...
  3. ארכיון

    ארכיון...new SVGDocument("C:\\Files\\Fill-Circle.svg"); // אתחול מופע...BackgroundColor = System.Drawing.Color.DarkBlue; // המרת SVG ל-PDF...

    blog.aspose.com/he/svg/convert-svg-to-pdf-in-cs...
  4. Модифікації сторінки XPS на основі подій | C++

    Дізнайтеся, як вносити повторювані зміни в усі вихідні сторінки під час перетворення файлу XPS за допомогою Aspose.Page API для C++..."[First]" ); 28 glyphs -> set_Fill(api -> CreateSolidColorBrus...(System::Drawing::Color::get_Blue())); 29 glyphs -> set_Hype...

    docs.aspose.com/page/uk/cpp/xps/event-based-mod...
  5. Node.js üzerinden C++ ile WordArt Filigranını K...

    Aspose.Cells for Node.js via C++ kullanarak WordArt filigranlarını kilitlemeyi öğrenin.... Text , true ); // Get the fill format of the word art const...wordart . getFill (); // Set the color wordArtFormat . setOneColorGradient...

    docs.aspose.com/cells/tr/nodejs-cpp/locking-wor...
  6. اطلاعات انتشار Aspose.PSD برای .NET 20.4|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Color T:Aspose.PSD.FileFormats.Psd...GradientColorPoint.#ctor(Aspose.PSD.Color,System.Int32,System.Int32) API...

    docs.aspose.com/psd/fa/net/aspose-psd-for-net-2...
  7. Aspose.PSD für .NET 24.2 - Versionshinweise|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= new int [] { Color . Aqua . ToArgb (), Color . Red . ToArgb...ToArgb (), Color . Red . ToArgb (), Color . Aqua . ToArgb (), Color...

    docs.aspose.com/psd/de/net/aspose-psd-fuer-net-...
  8. Aspose.PSD для .NET 24.2 - Примітки до випуску|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= new int [] { Color . Aqua . ToArgb (), Color . Red . ToArgb...ToArgb (), Color . Red . ToArgb (), Color . Aqua . ToArgb (), Color...

    docs.aspose.com/psd/uk/net/aspose-psd-for-net-2...
  9. Python を使用して PowerPoint の背景色を変更する

    Pythonを使用してPowerPointの背景色を変更します。 Python を使用して PPT の背景色を変更するための IDE の詳細、手順、およびサンプル コードを入手します。...プロパティにアクセスします fill_format プロパティを取得し、fill_type と fill_color を設定します。...

    kb.aspose.com/ja/slides/python/change-backgroun...
  10. Añadir objeto de arco al archivo PDF|Aspose.PDF...

    Este artículo explica cómo crear un objeto de arco en su PDF utilizando Aspose.PDF para C++....el objeto Arc con un cierto color. Siga los pasos a continuación:...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/es/cpp/add-arc/