コード例 #1
0
ファイル: FtLegal.java プロジェクト: asami/xmlsmartdoc
 /**
  * Gets the IFtContentMixMixed property <b>content</b> by index.
  *
  * @param index
  * @return IFtContentMixMixed
  */
 public IFtContentMixMixed getContent(int index) {
   return ((IFtContentMixMixed) content_.get(index));
 }
コード例 #2
0
ファイル: FtAuthors.java プロジェクト: asami/xmlsmartdoc
 /**
  * Gets the FtPerson property <b>person</b> by index.
  *
  * @param index
  * @return FtPerson
  */
 public FtPerson getPerson(int index) {
   return ((FtPerson) person_.get(index));
 }
コード例 #3
0
ファイル: FtHeader.java プロジェクト: asami/xmlsmartdoc
 /**
  * Gets the FtNotice property <b>notice</b> by index.
  *
  * @param index
  * @return FtNotice
  */
 public FtNotice getNotice(int index) {
   return ((FtNotice) notice_.get(index));
 }
コード例 #4
0
ファイル: FcTable.java プロジェクト: asami/xmlsmartdoc
 /**
  * Gets the FcTr property <b>tr</b> by index.
  *
  * @param index
  * @return FcTr
  */
 public FcTr getTr(int index) {
   return ((FcTr) tr_.get(index));
 }