Beispiel #1
0
 internal void method_46(CharacterFormat A_0)
 {
     if (A_0 != null)
     {
         this.characterFormat_0 = A_0.method_23() as CharacterFormat;
     }
 }
Beispiel #2
0
    private static void smethod_15(Class581 A_0, CharacterFormat A_1)
    {
        smethod_4(A_0, A_1);
        CharacterFormat format = (CharacterFormat)A_1.method_23();
        char            ch     = A_0.imethod_1().method_34(format);

        A_0.method_9(new TextRange(A_0.Interface50.imethod_0(), ch.ToString(), format));
    }
Beispiel #3
0
    internal static void smethod_1(Class581 A_0, CharacterFormat A_1, Class584 A_2)
    {
        object obj2 = A_1.method_31(14);

        A_1.Remove(14);
        object obj3 = A_1.method_31(12);

        A_1.Remove(12);
        object obj4 = A_1.method_31(40);

        A_1.Remove(40);
        object obj5 = A_1.method_31(30);

        A_1.Remove(30);
        CharacterFormat format1 = (CharacterFormat)A_1.method_23();

        A_1.ClearFormatting();
        Class733.smethod_0(A_0, A_1);
        A_1.Remove(14);
        A_1.Remove(12);
        if (obj2 != null)
        {
            A_1.SetAttr(14, obj2);
        }
        if (obj3 != null)
        {
            A_1.SetAttr(12, obj3);
        }
        if (obj4 != null)
        {
            A_1.SetAttr(40, obj4);
        }
        if (obj5 != null)
        {
            A_1.SetAttr(30, obj5);
        }
    }