자동 출력 텍스트

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_HIDDEN_TEXT001저장 시 출력 텍스트 설정.
001: 문서 저장 시간
002: 직접 설정
CP_HIDDEN_TEXT002저장 시 출력 텍스트
CP_HIDDEN_TEXT003작성자 부서 및 이름 노출

컴포넌트 속성 정보 {#component-attribute-data}

속성타입설명
attributeTypestring속성 종류
attributeIdstring속성 ID
attributeNamestring속성 이름
attributeValueobject속성값

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_HIDDEN_TEXT",      "attributeId": "001",      "attributeName": "저장 시 출력 텍스트 설정",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "문서 저장 시간"              }          ]      }  },  {      "attributeType": "CP_HIDDEN_TEXT",      "attributeId": "002",      "attributeName": "저장 시 출력 텍스트",      "attributeValue": {          "value": ""      }  },  {      "attributeType": "CP_HIDDEN_TEXT",      "attributeId": "003",      "attributeName": "작성자 부서 및 이름 노출",      "attributeValue": {          "value": "N"      }  }]