シートコンテナ
![]() プロパティ
![]() ![]() 偽プロパティ
![]() type ElementType [ ReadOnly ] method: getElementType 要素の型。シートコンテナの要素の型は com.sun.star.sheet.XSpreadsheet ![]() メソッド
![]() any queryInterface( [in] type aType ) raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.uno.XInterface
void acquire() declared in: com.sun.star.uno.XInterface void release() declared in: com.sun.star.uno.XInterface type getElementType() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XElementAccess 要素の型を返します シートコンテナの要素の型は com.sun.star.sheet.XSpreadsheet boolean hasElements() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XElementAccess シートがあるかどうかを返します any getByName( [in] string aName ) raises( com.sun.star.container.NoSuchElementException, com.sun.star.lang.WrappedTargetException, com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameAccess シートをシート名で取得します
[]string getElementNames() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameAccess すべてのシート名のリストを返します boolean hasByName( [in] string aName ) raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameAccess 名前のシートがあるかどうかを返します
void replaceByName( [in] string aName, [in] any aElement ) raises( com.sun.star.lang.IllegalArgumentException, com.sun.star.container.NoSuchElementException, com.sun.star.lang.WrappedTargetException, com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameReplace シートを名前指定で置き換えます
void insertByName( [in] string aName, [in] any aElement ) raises( com.sun.star.lang.IllegalArgumentException, com.sun.star.container.ElementExistException, com.sun.star.lang.WrappedTargetException, com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameContainer シートを名前指定で挿入します
void removeByName( [in] string Name ) raises( com.sun.star.container.NoSuchElementException, com.sun.star.lang.WrappedTargetException, com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XNameContainer シートを名前指定で削除します
void insertNewByName( [in] string aName, [in] short nPosition ) declared in: com.sun.star.sheet.XSpreadsheets 新規シートを名前を指定して作成します シートを挿入する位置を nPosition で指定します。
void moveByName( [in] string aName, [in] short nDestination ) declared in: com.sun.star.sheet.XSpreadsheets 名前指定でシートの位置を移動します
void copyByName( [in] string aName, [in] string aCopy, [in] short nDestination ) declared in: com.sun.star.sheet.XSpreadsheets 名前指定でシートをコピーします
com.sun.star.table.XCell getCellByPosition( [in] long nColumn, [in] long nRow, [in] long nSheet ) raises( com.sun.star.lang.IndexOutOfBoundsException ) declared in: com.sun.star.sheet.XCellRangesAccess セルオブジェクトを返します
com.sun.star.table.XCellRange getCellRangeByPosition( [in] long nLeft, [in] long nTop, [in] long nRight, [in] long nBottom, [in] long nSheet ) raises( com.sun.star.lang.IndexOutOfBoundsException ) declared in: com.sun.star.sheet.XCellRangesAccess セル範囲オブジェクトを返します セル範囲は四角形状をしているセルの集合範囲です
[]com.sun.star.table.XCellRange getCellRangesByName( [in] string aRange ) raises( com.sun.star.lang.IllegalArgumentException ) declared in: com.sun.star.sheet.XCellRangesAccess セル範囲オブジェクトを名前指定で返します セル範囲は一般的な指定以外に名前を付けた範囲のセル範囲名も使用できます
com.sun.star.container.XEnumeration createEnumeration() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.container.XEnumerationAccess すべてのシートを列挙するオブジェクトを返します any getByIndex( [in] long Index ) raises( com.sun.star.lang.IndexOutOfBoundsException, com.sun.star.lang.WrappedTargetException ) declared in: com.sun.star.container.XIndexAccess シートをインデックス指定で返します
string getImplementationName() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.lang.XServiceInfo 実装名を返します boolean supportsService( [in] string ServiceName ) raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.lang.XServiceInfo サービスをサポートしているかどうかを返します
[]string getSupportedServiceNames() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.lang.XServiceInfo サポートしているサービス名を返します []type getTypes() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.lang.XTypeProvider 利用できる型を返します []byte getImplementationId() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.lang.XTypeProvider 実装 ID を返します com.sun.star.uno.XAdapter queryAdapter() raises( com.sun.star.uno.RuntimeException ) declared in: com.sun.star.uno.XWeak ![]() インターフェース
![]() ![]() サポートするサービス
![]() ![]() |