Ejemplo n.º 1
0
    protected void method_53(Interface15 A_0, BinaryReader A_1, int A_2, TableStylePrType A_3)
    {
        ConditionalFormattingCode code = this.method_0((Cnfc)A_1.ReadInt16());

        this.bool_0 = true;
        WordAttrCollection attrs = this.wordAttrCollection_0;

        this.wordAttrCollection_0 = this.class13_0.method_27(code, A_3);
        new Class479(A_0, A_1).method_1(A_1.ReadBytes(A_2 - 2));
        this.wordAttrCollection_0 = attrs;
        this.bool_0 = false;
    }
Ejemplo n.º 2
0
    internal WordAttrCollection method_27(ConditionalFormattingCode A_0, TableStylePrType A_1)
    {
        int     num    = 6;
        Class10 class2 = this.method_28(A_0);

        switch (A_1)
        {
        case TableStylePrType.Run:
            return(class2.RunPr);

        case TableStylePrType.Para:
            return(class2.ParaPr);

        case TableStylePrType.Cell:
            return(class2.method_24());
        }
        throw new InvalidOperationException(BookmarkStart.b("礫䀭嬯就嬳䄵嘷ᨹ䰻䰽ᐿ㭁㑃⍅桇㱉ⵋ≍╏㝑穓", num));
    }