POST VueApi/PrintForms

连打

Request Information

URI Parameters

None.

Body Parameters

PrintFormsReqModel
NameDescriptionTypeAdditional information
fBillTypeId

integer

None.

fItemId

Collection of string

None.

fTemplateId

integer

None.

fAutoGen

boolean

None.

fHFId

integer

None.

fPageIndexEntryIds

Collection of PrintEntryModel

None.

Request Formats

application/json, text/json

Sample:
{
  "fBillTypeId": 1,
  "fItemId": [
    "sample string 1",
    "sample string 2"
  ],
  "fTemplateId": 2,
  "fAutoGen": true,
  "fHFId": 4,
  "fPageIndexEntryIds": [
    {
      "fPageIndex": 1,
      "fEntryIds": [
        1,
        2
      ]
    },
    {
      "fPageIndex": 1,
      "fEntryIds": [
        1,
        2
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<PrintFormsReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fAutoGen>true</fAutoGen>
  <fBillTypeId>1</fBillTypeId>
  <fHFId>4</fHFId>
  <fItemId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </fItemId>
  <fPageIndexEntryIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:PrintEntryModel>
      <d2p1:fEntryIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:fEntryIds>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
    </d2p1:PrintEntryModel>
    <d2p1:PrintEntryModel>
      <d2p1:fEntryIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:fEntryIds>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
    </d2p1:PrintEntryModel>
  </fPageIndexEntryIds>
  <fTemplateId>2</fTemplateId>
</PrintFormsReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PrintRetModel
NameDescriptionTypeAdditional information
list

Collection of t_ClassPrintEntryPage

None.

scheme

t_ClassPrintScheme

None.

imgName

string

None.

imgUrl

string

None.

pdfName

string

None.

pdfUrl

string

None.

wordName

string

None.

wordUrl

string

None.

jpgName

string

None.

jpgUrl

string

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "fPage": 1,
      "list": [
        {
          "fUrls": [
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            },
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            }
          ],
          "fPageIndexNum": 1,
          "fIsBillRptHeader": true,
          "fIsBillRptFooter": true,
          "fEntryId": 4,
          "fFieldName": "sample string 5",
          "bData": true,
          "fImageUrl": "sample string 7",
          "fPage": 8,
          "fInterId": 9,
          "fId": 10,
          "fIsActiveText": true,
          "fPageIndex": 12,
          "fDynPageIndex": 13,
          "fText": "sample string 14",
          "fTop": 15,
          "fTopConfig": 16,
          "fLeft": 17,
          "fWidth": 18,
          "fHeight": 19,
          "fHeightT": 20,
          "fFontSize": 21,
          "fFont": "sample string 22",
          "fFontBold": true,
          "fIsEntry": true,
          "fHorizontalAlign": 25,
          "fVerticalAlign": 26,
          "fFourLine": "sample string 27",
          "fFourLineSize": "sample string 28",
          "fFourLineColor": "sample string 29",
          "fFourLineType": "sample string 30",
          "fFontColor": "sample string 31",
          "fMask": "sample string 32",
          "fEntryPosition": 33,
          "fSumType": 34,
          "fWrap": true,
          "fNewLine": true,
          "fLCnt": 37,
          "fReduceFont": true,
          "fCtlType": 39,
          "fCodeType": 40,
          "fStyle": "sample string 41",
          "fDynFieldName": "sample string 42",
          "fDynCol": 43,
          "fTableId": 44,
          "fTrimEndZero": true,
          "fFontRotate": 46,
          "fImgHeight": 47,
          "fImgWidth": 48
        },
        {
          "fUrls": [
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            },
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            }
          ],
          "fPageIndexNum": 1,
          "fIsBillRptHeader": true,
          "fIsBillRptFooter": true,
          "fEntryId": 4,
          "fFieldName": "sample string 5",
          "bData": true,
          "fImageUrl": "sample string 7",
          "fPage": 8,
          "fInterId": 9,
          "fId": 10,
          "fIsActiveText": true,
          "fPageIndex": 12,
          "fDynPageIndex": 13,
          "fText": "sample string 14",
          "fTop": 15,
          "fTopConfig": 16,
          "fLeft": 17,
          "fWidth": 18,
          "fHeight": 19,
          "fHeightT": 20,
          "fFontSize": 21,
          "fFont": "sample string 22",
          "fFontBold": true,
          "fIsEntry": true,
          "fHorizontalAlign": 25,
          "fVerticalAlign": 26,
          "fFourLine": "sample string 27",
          "fFourLineSize": "sample string 28",
          "fFourLineColor": "sample string 29",
          "fFourLineType": "sample string 30",
          "fFontColor": "sample string 31",
          "fMask": "sample string 32",
          "fEntryPosition": 33,
          "fSumType": 34,
          "fWrap": true,
          "fNewLine": true,
          "fLCnt": 37,
          "fReduceFont": true,
          "fCtlType": 39,
          "fCodeType": 40,
          "fStyle": "sample string 41",
          "fDynFieldName": "sample string 42",
          "fDynCol": 43,
          "fTableId": 44,
          "fTrimEndZero": true,
          "fFontRotate": 46,
          "fImgHeight": 47,
          "fImgWidth": 48
        }
      ]
    },
    {
      "fPage": 1,
      "list": [
        {
          "fUrls": [
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            },
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            }
          ],
          "fPageIndexNum": 1,
          "fIsBillRptHeader": true,
          "fIsBillRptFooter": true,
          "fEntryId": 4,
          "fFieldName": "sample string 5",
          "bData": true,
          "fImageUrl": "sample string 7",
          "fPage": 8,
          "fInterId": 9,
          "fId": 10,
          "fIsActiveText": true,
          "fPageIndex": 12,
          "fDynPageIndex": 13,
          "fText": "sample string 14",
          "fTop": 15,
          "fTopConfig": 16,
          "fLeft": 17,
          "fWidth": 18,
          "fHeight": 19,
          "fHeightT": 20,
          "fFontSize": 21,
          "fFont": "sample string 22",
          "fFontBold": true,
          "fIsEntry": true,
          "fHorizontalAlign": 25,
          "fVerticalAlign": 26,
          "fFourLine": "sample string 27",
          "fFourLineSize": "sample string 28",
          "fFourLineColor": "sample string 29",
          "fFourLineType": "sample string 30",
          "fFontColor": "sample string 31",
          "fMask": "sample string 32",
          "fEntryPosition": 33,
          "fSumType": 34,
          "fWrap": true,
          "fNewLine": true,
          "fLCnt": 37,
          "fReduceFont": true,
          "fCtlType": 39,
          "fCodeType": 40,
          "fStyle": "sample string 41",
          "fDynFieldName": "sample string 42",
          "fDynCol": 43,
          "fTableId": 44,
          "fTrimEndZero": true,
          "fFontRotate": 46,
          "fImgHeight": 47,
          "fImgWidth": 48
        },
        {
          "fUrls": [
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            },
            {
              "fOriginName": "sample string 1",
              "fUrl": "sample string 2"
            }
          ],
          "fPageIndexNum": 1,
          "fIsBillRptHeader": true,
          "fIsBillRptFooter": true,
          "fEntryId": 4,
          "fFieldName": "sample string 5",
          "bData": true,
          "fImageUrl": "sample string 7",
          "fPage": 8,
          "fInterId": 9,
          "fId": 10,
          "fIsActiveText": true,
          "fPageIndex": 12,
          "fDynPageIndex": 13,
          "fText": "sample string 14",
          "fTop": 15,
          "fTopConfig": 16,
          "fLeft": 17,
          "fWidth": 18,
          "fHeight": 19,
          "fHeightT": 20,
          "fFontSize": 21,
          "fFont": "sample string 22",
          "fFontBold": true,
          "fIsEntry": true,
          "fHorizontalAlign": 25,
          "fVerticalAlign": 26,
          "fFourLine": "sample string 27",
          "fFourLineSize": "sample string 28",
          "fFourLineColor": "sample string 29",
          "fFourLineType": "sample string 30",
          "fFontColor": "sample string 31",
          "fMask": "sample string 32",
          "fEntryPosition": 33,
          "fSumType": 34,
          "fWrap": true,
          "fNewLine": true,
          "fLCnt": 37,
          "fReduceFont": true,
          "fCtlType": 39,
          "fCodeType": 40,
          "fStyle": "sample string 41",
          "fDynFieldName": "sample string 42",
          "fDynCol": 43,
          "fTableId": 44,
          "fTrimEndZero": true,
          "fFontRotate": 46,
          "fImgHeight": 47,
          "fImgWidth": 48
        }
      ]
    }
  ],
  "scheme": {
    "fPageRows": 1,
    "fRowHeight": 2,
    "fNotBlank": true,
    "fIsUpPage": true,
    "fDuplicate": 5,
    "fHFId": 6
  },
  "imgName": "sample string 1",
  "imgUrl": "sample string 2",
  "pdfName": "sample string 3",
  "pdfUrl": "sample string 4",
  "wordName": "sample string 5",
  "wordUrl": "sample string 6",
  "jpgName": "sample string 7",
  "jpgUrl": "sample string 8",
  "error": 9,
  "Msg": "sample string 10"
}

application/xml, text/xml

Sample:
<PrintRetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 10</Msg>
  <error>9</error>
  <imgName>sample string 1</imgName>
  <imgUrl>sample string 2</imgUrl>
  <jpgName>sample string 7</jpgName>
  <jpgUrl>sample string 8</jpgUrl>
  <list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_ClassPrintEntryPage>
      <d2p1:fPage>1</d2p1:fPage>
      <d2p1:list>
        <d2p1:t_ClassPrintEntryVue>
          <d2p1:bData>true</d2p1:bData>
          <d2p1:fCodeType>40</d2p1:fCodeType>
          <d2p1:fCtlType>39</d2p1:fCtlType>
          <d2p1:fDynCol>43</d2p1:fDynCol>
          <d2p1:fDynFieldName>sample string 42</d2p1:fDynFieldName>
          <d2p1:fDynPageIndex>13</d2p1:fDynPageIndex>
          <d2p1:fEntryId>4</d2p1:fEntryId>
          <d2p1:fEntryPosition>33</d2p1:fEntryPosition>
          <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
          <d2p1:fFont>sample string 22</d2p1:fFont>
          <d2p1:fFontBold>true</d2p1:fFontBold>
          <d2p1:fFontColor>sample string 31</d2p1:fFontColor>
          <d2p1:fFontRotate>46</d2p1:fFontRotate>
          <d2p1:fFontSize>21</d2p1:fFontSize>
          <d2p1:fFourLine>sample string 27</d2p1:fFourLine>
          <d2p1:fFourLineColor>sample string 29</d2p1:fFourLineColor>
          <d2p1:fFourLineSize>sample string 28</d2p1:fFourLineSize>
          <d2p1:fFourLineType>sample string 30</d2p1:fFourLineType>
          <d2p1:fHeight>19</d2p1:fHeight>
          <d2p1:fHeightT>20</d2p1:fHeightT>
          <d2p1:fHorizontalAlign>25</d2p1:fHorizontalAlign>
          <d2p1:fId>10</d2p1:fId>
          <d2p1:fImageUrl>sample string 7</d2p1:fImageUrl>
          <d2p1:fImgHeight>47</d2p1:fImgHeight>
          <d2p1:fImgWidth>48</d2p1:fImgWidth>
          <d2p1:fInterId>9</d2p1:fInterId>
          <d2p1:fIsActiveText>true</d2p1:fIsActiveText>
          <d2p1:fIsBillRptFooter>true</d2p1:fIsBillRptFooter>
          <d2p1:fIsBillRptHeader>true</d2p1:fIsBillRptHeader>
          <d2p1:fIsEntry>true</d2p1:fIsEntry>
          <d2p1:fLCnt>37</d2p1:fLCnt>
          <d2p1:fLeft>17</d2p1:fLeft>
          <d2p1:fMask>sample string 32</d2p1:fMask>
          <d2p1:fNewLine>true</d2p1:fNewLine>
          <d2p1:fPage>8</d2p1:fPage>
          <d2p1:fPageIndex>12</d2p1:fPageIndex>
          <d2p1:fPageIndexNum>1</d2p1:fPageIndexNum>
          <d2p1:fReduceFont>true</d2p1:fReduceFont>
          <d2p1:fStyle>sample string 41</d2p1:fStyle>
          <d2p1:fSumType>34</d2p1:fSumType>
          <d2p1:fTableId>44</d2p1:fTableId>
          <d2p1:fText>sample string 14</d2p1:fText>
          <d2p1:fTop>15</d2p1:fTop>
          <d2p1:fTopConfig>16</d2p1:fTopConfig>
          <d2p1:fTrimEndZero>true</d2p1:fTrimEndZero>
          <d2p1:fVerticalAlign>26</d2p1:fVerticalAlign>
          <d2p1:fWidth>18</d2p1:fWidth>
          <d2p1:fWrap>true</d2p1:fWrap>
          <d2p1:fUrls>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
          </d2p1:fUrls>
        </d2p1:t_ClassPrintEntryVue>
        <d2p1:t_ClassPrintEntryVue>
          <d2p1:bData>true</d2p1:bData>
          <d2p1:fCodeType>40</d2p1:fCodeType>
          <d2p1:fCtlType>39</d2p1:fCtlType>
          <d2p1:fDynCol>43</d2p1:fDynCol>
          <d2p1:fDynFieldName>sample string 42</d2p1:fDynFieldName>
          <d2p1:fDynPageIndex>13</d2p1:fDynPageIndex>
          <d2p1:fEntryId>4</d2p1:fEntryId>
          <d2p1:fEntryPosition>33</d2p1:fEntryPosition>
          <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
          <d2p1:fFont>sample string 22</d2p1:fFont>
          <d2p1:fFontBold>true</d2p1:fFontBold>
          <d2p1:fFontColor>sample string 31</d2p1:fFontColor>
          <d2p1:fFontRotate>46</d2p1:fFontRotate>
          <d2p1:fFontSize>21</d2p1:fFontSize>
          <d2p1:fFourLine>sample string 27</d2p1:fFourLine>
          <d2p1:fFourLineColor>sample string 29</d2p1:fFourLineColor>
          <d2p1:fFourLineSize>sample string 28</d2p1:fFourLineSize>
          <d2p1:fFourLineType>sample string 30</d2p1:fFourLineType>
          <d2p1:fHeight>19</d2p1:fHeight>
          <d2p1:fHeightT>20</d2p1:fHeightT>
          <d2p1:fHorizontalAlign>25</d2p1:fHorizontalAlign>
          <d2p1:fId>10</d2p1:fId>
          <d2p1:fImageUrl>sample string 7</d2p1:fImageUrl>
          <d2p1:fImgHeight>47</d2p1:fImgHeight>
          <d2p1:fImgWidth>48</d2p1:fImgWidth>
          <d2p1:fInterId>9</d2p1:fInterId>
          <d2p1:fIsActiveText>true</d2p1:fIsActiveText>
          <d2p1:fIsBillRptFooter>true</d2p1:fIsBillRptFooter>
          <d2p1:fIsBillRptHeader>true</d2p1:fIsBillRptHeader>
          <d2p1:fIsEntry>true</d2p1:fIsEntry>
          <d2p1:fLCnt>37</d2p1:fLCnt>
          <d2p1:fLeft>17</d2p1:fLeft>
          <d2p1:fMask>sample string 32</d2p1:fMask>
          <d2p1:fNewLine>true</d2p1:fNewLine>
          <d2p1:fPage>8</d2p1:fPage>
          <d2p1:fPageIndex>12</d2p1:fPageIndex>
          <d2p1:fPageIndexNum>1</d2p1:fPageIndexNum>
          <d2p1:fReduceFont>true</d2p1:fReduceFont>
          <d2p1:fStyle>sample string 41</d2p1:fStyle>
          <d2p1:fSumType>34</d2p1:fSumType>
          <d2p1:fTableId>44</d2p1:fTableId>
          <d2p1:fText>sample string 14</d2p1:fText>
          <d2p1:fTop>15</d2p1:fTop>
          <d2p1:fTopConfig>16</d2p1:fTopConfig>
          <d2p1:fTrimEndZero>true</d2p1:fTrimEndZero>
          <d2p1:fVerticalAlign>26</d2p1:fVerticalAlign>
          <d2p1:fWidth>18</d2p1:fWidth>
          <d2p1:fWrap>true</d2p1:fWrap>
          <d2p1:fUrls>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
          </d2p1:fUrls>
        </d2p1:t_ClassPrintEntryVue>
      </d2p1:list>
    </d2p1:t_ClassPrintEntryPage>
    <d2p1:t_ClassPrintEntryPage>
      <d2p1:fPage>1</d2p1:fPage>
      <d2p1:list>
        <d2p1:t_ClassPrintEntryVue>
          <d2p1:bData>true</d2p1:bData>
          <d2p1:fCodeType>40</d2p1:fCodeType>
          <d2p1:fCtlType>39</d2p1:fCtlType>
          <d2p1:fDynCol>43</d2p1:fDynCol>
          <d2p1:fDynFieldName>sample string 42</d2p1:fDynFieldName>
          <d2p1:fDynPageIndex>13</d2p1:fDynPageIndex>
          <d2p1:fEntryId>4</d2p1:fEntryId>
          <d2p1:fEntryPosition>33</d2p1:fEntryPosition>
          <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
          <d2p1:fFont>sample string 22</d2p1:fFont>
          <d2p1:fFontBold>true</d2p1:fFontBold>
          <d2p1:fFontColor>sample string 31</d2p1:fFontColor>
          <d2p1:fFontRotate>46</d2p1:fFontRotate>
          <d2p1:fFontSize>21</d2p1:fFontSize>
          <d2p1:fFourLine>sample string 27</d2p1:fFourLine>
          <d2p1:fFourLineColor>sample string 29</d2p1:fFourLineColor>
          <d2p1:fFourLineSize>sample string 28</d2p1:fFourLineSize>
          <d2p1:fFourLineType>sample string 30</d2p1:fFourLineType>
          <d2p1:fHeight>19</d2p1:fHeight>
          <d2p1:fHeightT>20</d2p1:fHeightT>
          <d2p1:fHorizontalAlign>25</d2p1:fHorizontalAlign>
          <d2p1:fId>10</d2p1:fId>
          <d2p1:fImageUrl>sample string 7</d2p1:fImageUrl>
          <d2p1:fImgHeight>47</d2p1:fImgHeight>
          <d2p1:fImgWidth>48</d2p1:fImgWidth>
          <d2p1:fInterId>9</d2p1:fInterId>
          <d2p1:fIsActiveText>true</d2p1:fIsActiveText>
          <d2p1:fIsBillRptFooter>true</d2p1:fIsBillRptFooter>
          <d2p1:fIsBillRptHeader>true</d2p1:fIsBillRptHeader>
          <d2p1:fIsEntry>true</d2p1:fIsEntry>
          <d2p1:fLCnt>37</d2p1:fLCnt>
          <d2p1:fLeft>17</d2p1:fLeft>
          <d2p1:fMask>sample string 32</d2p1:fMask>
          <d2p1:fNewLine>true</d2p1:fNewLine>
          <d2p1:fPage>8</d2p1:fPage>
          <d2p1:fPageIndex>12</d2p1:fPageIndex>
          <d2p1:fPageIndexNum>1</d2p1:fPageIndexNum>
          <d2p1:fReduceFont>true</d2p1:fReduceFont>
          <d2p1:fStyle>sample string 41</d2p1:fStyle>
          <d2p1:fSumType>34</d2p1:fSumType>
          <d2p1:fTableId>44</d2p1:fTableId>
          <d2p1:fText>sample string 14</d2p1:fText>
          <d2p1:fTop>15</d2p1:fTop>
          <d2p1:fTopConfig>16</d2p1:fTopConfig>
          <d2p1:fTrimEndZero>true</d2p1:fTrimEndZero>
          <d2p1:fVerticalAlign>26</d2p1:fVerticalAlign>
          <d2p1:fWidth>18</d2p1:fWidth>
          <d2p1:fWrap>true</d2p1:fWrap>
          <d2p1:fUrls>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
          </d2p1:fUrls>
        </d2p1:t_ClassPrintEntryVue>
        <d2p1:t_ClassPrintEntryVue>
          <d2p1:bData>true</d2p1:bData>
          <d2p1:fCodeType>40</d2p1:fCodeType>
          <d2p1:fCtlType>39</d2p1:fCtlType>
          <d2p1:fDynCol>43</d2p1:fDynCol>
          <d2p1:fDynFieldName>sample string 42</d2p1:fDynFieldName>
          <d2p1:fDynPageIndex>13</d2p1:fDynPageIndex>
          <d2p1:fEntryId>4</d2p1:fEntryId>
          <d2p1:fEntryPosition>33</d2p1:fEntryPosition>
          <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
          <d2p1:fFont>sample string 22</d2p1:fFont>
          <d2p1:fFontBold>true</d2p1:fFontBold>
          <d2p1:fFontColor>sample string 31</d2p1:fFontColor>
          <d2p1:fFontRotate>46</d2p1:fFontRotate>
          <d2p1:fFontSize>21</d2p1:fFontSize>
          <d2p1:fFourLine>sample string 27</d2p1:fFourLine>
          <d2p1:fFourLineColor>sample string 29</d2p1:fFourLineColor>
          <d2p1:fFourLineSize>sample string 28</d2p1:fFourLineSize>
          <d2p1:fFourLineType>sample string 30</d2p1:fFourLineType>
          <d2p1:fHeight>19</d2p1:fHeight>
          <d2p1:fHeightT>20</d2p1:fHeightT>
          <d2p1:fHorizontalAlign>25</d2p1:fHorizontalAlign>
          <d2p1:fId>10</d2p1:fId>
          <d2p1:fImageUrl>sample string 7</d2p1:fImageUrl>
          <d2p1:fImgHeight>47</d2p1:fImgHeight>
          <d2p1:fImgWidth>48</d2p1:fImgWidth>
          <d2p1:fInterId>9</d2p1:fInterId>
          <d2p1:fIsActiveText>true</d2p1:fIsActiveText>
          <d2p1:fIsBillRptFooter>true</d2p1:fIsBillRptFooter>
          <d2p1:fIsBillRptHeader>true</d2p1:fIsBillRptHeader>
          <d2p1:fIsEntry>true</d2p1:fIsEntry>
          <d2p1:fLCnt>37</d2p1:fLCnt>
          <d2p1:fLeft>17</d2p1:fLeft>
          <d2p1:fMask>sample string 32</d2p1:fMask>
          <d2p1:fNewLine>true</d2p1:fNewLine>
          <d2p1:fPage>8</d2p1:fPage>
          <d2p1:fPageIndex>12</d2p1:fPageIndex>
          <d2p1:fPageIndexNum>1</d2p1:fPageIndexNum>
          <d2p1:fReduceFont>true</d2p1:fReduceFont>
          <d2p1:fStyle>sample string 41</d2p1:fStyle>
          <d2p1:fSumType>34</d2p1:fSumType>
          <d2p1:fTableId>44</d2p1:fTableId>
          <d2p1:fText>sample string 14</d2p1:fText>
          <d2p1:fTop>15</d2p1:fTop>
          <d2p1:fTopConfig>16</d2p1:fTopConfig>
          <d2p1:fTrimEndZero>true</d2p1:fTrimEndZero>
          <d2p1:fVerticalAlign>26</d2p1:fVerticalAlign>
          <d2p1:fWidth>18</d2p1:fWidth>
          <d2p1:fWrap>true</d2p1:fWrap>
          <d2p1:fUrls>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
            <d2p1:ClassFilePrint>
              <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
              <d2p1:fUrl>sample string 2</d2p1:fUrl>
            </d2p1:ClassFilePrint>
          </d2p1:fUrls>
        </d2p1:t_ClassPrintEntryVue>
      </d2p1:list>
    </d2p1:t_ClassPrintEntryPage>
  </list>
  <pdfName>sample string 3</pdfName>
  <pdfUrl>sample string 4</pdfUrl>
  <scheme xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
    <d2p1:fDuplicate>5</d2p1:fDuplicate>
    <d2p1:fHFId>6</d2p1:fHFId>
    <d2p1:fIsUpPage>true</d2p1:fIsUpPage>
    <d2p1:fNotBlank>true</d2p1:fNotBlank>
    <d2p1:fPageRows>1</d2p1:fPageRows>
    <d2p1:fRowHeight>2</d2p1:fRowHeight>
  </scheme>
  <wordName>sample string 5</wordName>
  <wordUrl>sample string 6</wordUrl>
</PrintRetModel>