Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 3,273 for

lighting

(0.09 sec)
  1. Créer et appliquer des effets WordArt en Python...

    Apprenez à créer et personnaliser des effets WordArt dans Aspose.Slides pour Python via .NET. Ce guide étape par étape aide les développeurs à améliorer les présentations avec du texte élégant et professionnel en Python.... light_rig . direction = slides . LightingDirection...autoShape . three_d_format . light_rig . light_type = slides . LightRigPresetType...

    docs.aspose.com/slides/fr/python-net/wordart/
  2. Aspose::Words::Themes::ThemeColors class | Aspo...

    Aspose::Words::Themes::ThemeColors class. Represents the color scheme of the document theme which contains twelve colors. ThemeColors object contains six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink in C++....colors, two dark colors, two light colors and a color for each...Specifies color Light 1. get_Light2 () Specifies color Light 2. GetType...

    reference.aspose.com/words/cpp/aspose.words.the...
  3. Come aggiungere la formattazione condizionale d...

    Come usare la libreria Aspose.Cells per Python via .NET per applicare la formattazione condizionale Text. Modificando questi criteri, puoi avere un maggiore controllo sull aspetto e sulle apparenze delle celle.... light_goldenrod_yellow ) idx = conds...get_format_condition ( "E9:G10" , Color . light_blue ) idx = conds . add_condition...

    docs.aspose.com/cells/it/python-net/how-to-add-...
  4. Comment ajouter une mise en forme conditionnell...

    Comment utiliser la bibliothèque Aspose.Cells pour Python via .NET pour appliquer la mise en forme conditionnelle avec du texte. En ajustant ces critères, vous avez plus de contrôle sur l’apparence des cellules.... light_goldenrod_yellow ) idx = conds...get_format_condition ( "E9:G10" , Color . light_blue ) idx = conds . add_condition...

    docs.aspose.com/cells/fr/python-net/how-to-add-...
  5. Metin Koşullu Biçimlendirme nasıl eklenir|Docum...

    Aspose.Cells for Python via .NET kullanarak Metin koşullu biçimlendirme nasıl uygulanır. Bu kriterleri ayarlayarak hücrelerin görünümünü ve görünüşünü daha fazla kontrol edebilirsiniz.... light_goldenrod_yellow ) idx = conds...get_format_condition ( "E9:G10" , Color . light_blue ) idx = conds . add_condition...

    docs.aspose.com/cells/tr/python-net/how-to-add-...
  6. Wie man Text Bedingte Formatierung hinzufügt|Do...

    Wie man die Aspose.Cells für Python via .NET Bibliothek verwendet, um Text bedingte Formatierung anzuwenden. Durch Anpassen dieser Kriterien haben Sie mehr Kontrolle darüber, wie Zellen aussehen und erscheinen.... light_goldenrod_yellow ) idx = conds...get_format_condition ( "E9:G10" , Color . light_blue ) idx = conds . add_condition...

    docs.aspose.com/cells/de/python-net/how-to-add-...
  7. Python で PDF にテーブルを追加する方法|Aspose.PDF for Python...

    Python で既存の PDF 文書に表を追加して設定する方法を学びましょう。... light_gray ) # Set the border for...BorderSide . ALL , 5 , ap . Color . light_gray ) # Create a loop to add...

    docs.aspose.com/pdf/ja/python-net/adding-tables/
  8. 파이썬에서 PDF에 표 추가|Aspose.PDF for Python via .NET

    Python에서 기존 PDF 문서에 테이블을 추가하고 구성하는 방법을 알아봅니다.... light_gray ) # Set the border for...BorderSide . ALL , 5 , ap . Color . light_gray ) # Create a loop to add...

    docs.aspose.com/pdf/ko/python-net/adding-tables/
  9. FontSettings | Aspose.Words for Java

    Specifies font settings for a document in Java....setName("Junction Light"); builder.writeln("The quick...getFullFontName().contains("Junction Light"))); // Use the "SetFontsFolders"...

    reference.aspose.com/words/java/com.aspose.word...
  10. Как конвертировать файлы SVG – примеры C#

    Вы узнаете, как конвертировать SVG в другие форматы на C#, найдете примеры кода C# и попробуете онлайн-конвертер SVG....используя один из конструкторов ( light.svg ). Создайте экземпляр класса...SVGDocument(Path. Combine (DataDir, "light.svg" ))) 5 { 6 // Initialize...

    docs.aspose.com/svg/ru/net/convert-svg/