VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / TextShapeAppearance Class / SetFontName(TextShapeAppearance,String) Method
Синтаксис Требования Смотрите также
В этом разделе
    SetFontName(TextShapeAppearance,String) Метод (TextShapeAppearance)
    В этом разделе
    Задает имя шрифта внешнего вида.
    Синтаксис
    'Declaration
    
    Public Shared Function SetFontName( _
    ByVal appearance
    Внешний вид.
    As TextShapeAppearance, _
    ByVal fontName
    Имя шрифта.
    As System.String _
    ) As TextShapeAppearance
    public static TextShapeAppearance SetFontName(
    TextShapeAppearance appearance,
    System.String fontName
    )
    public: static TextShapeAppearance* SetFontName(
    TextShapeAppearance* appearance,
    System.String fontName
    )
    public:
    static TextShapeAppearance^ SetFontName(
    TextShapeAppearance^ appearance,
    System.String fontName
    )

    Parameters

    appearance
    Внешний вид.
    fontName
    Имя шрифта.

    Return Value

    Новый экземпляр TextShapeAppearance с измененным свойством.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также