-
com.grapecity.documents.excel
-
- EventHandler
- IAboveAverage
- IAreas
- IAuthor
- IAutoCorrect
- IAutoFilter
- IAutoMergeRangeInfo
- IBarcode
- IBorder
- IBorders
- IBuiltInDocumentPropertyCollection
- ICalcContext
- ICalculatedFields
- ICalculatedItems
- ICascadeSparkLine
- ICellCollection
- ICellColorSortField
- ICellDecoration
- ICellDecorationIcon
- ICellPadding
- ICodabar
- ICode128
- ICode39
- ICode49
- ICode93
- IColorScale
- IColorScaleCriteria
- IColorScaleCriterion
- IColorStop
- IColorStops
- IComment
- IComments
- ICommentsThreaded
- ICommentThreaded
- IConditionValue
- ICornerFold
- ICsvParser
- ICustomDocumentPropertyCollection
- ICustomView
- ICustomViews
- IDataBar
- IDataBarBorder
- IDataMatrix
- IDataOptions
- IDisplayFormat
- IDocumentProperty
- IDocumentPropertyCollection
- IEAN13
- IEAN8
- IExcelOptions
- IFilter
- IFilters
- IFont
- IFontColorSortField
- IFontOption
- IFontProvider
- IFormatColor
- IFormatCondition
- IFormatConditions
- IFormulaOptions
- IFormulaResolver
- IGraphic
- IGraphicsInfo
- IGroupInfo
- IGS1128
- IHeaderFooter
- IHPageBreak
- IHPageBreaks
- IHyperlink
- IHyperlinks
- IIcon
- IIconCriteria
- IIconCriterion
- IIconSet
- IIconSetCondition
- IIconSets
- IIconSortField
- IInterior
- IJsonSerializer
- ILabelOption
- ILabelOptions
- ILinearGradient
- IName
- INames
- INegativeBarFormat
- IOutline
- IOutlineColumn
- IPage
- IPageSetup
- IPane
- IPanes
- IPDF417
- IPDFRenderEngine
- IPivotAxis
- IPivotCache
- IPivotCaches
- IPivotCell
- IPivotField
- IPivotFields
- IPivotFilter
- IPivotFilters
- IPivotFormula
- IPivotFormulas
- IPivotItem
- IPivotItemList
- IPivotItems
- IPivotLine
- IPivotLineCells
- IPivotLines
- IPivotTable
- IPivotTables
- IPivotValueCell
- IProtectionSettings
- IQRCode
- IRange
- IRangeProvider
- IReadOnlySignatureDetails
- IRectangularGradient
- IRichText
- IScenario
- IScenarios
- ISheetTab
- ISheetTabs
- IShrinkToFitSettings
- ISignature
- ISignatureSet
- ISignatureSetup
- ISlicer
- ISlicerCache
- ISlicerCaches
- ISlicerItem
- ISlicerItems
- ISlicerPivotTables
- ISlicers
- ISort
- ISortField
- ISortFields
- ISparkAxes
- ISparkColor
- ISparkHorizontalAxis
- ISparkline
- ISparklineGroup
- ISparklineGroups
- ISparkLineObject
- ISparkPoints
- ISparkVerticalAxis
- IStyle
- IStyleCollection
- ITable
- ITableColumn
- ITableColumns
- ITableDataSource
- ITableRow
- ITableRows
- ITables
- ITableStyle
- ITableStyleCollection
- ITableStyleElement
- ITableStyleElements
- ITableStyleInfo
- ITextRun
- ITheme
- IThemeColor
- IThemeColorScheme
- IThemeFont
- IThemeFonts
- IThemeFontScheme
- ITop10
- IUniqueValues
- IValidation
- IValueSortField
- IVPageBreak
- IVPageBreaks
- IWebRequestHandler
- IWorkbook
- IWorkbookView
- IWorksheet
- IWorksheets
- IWorksheetView
- RangeFindReplace.FindReplaceImpl.FindMatch
- RangePartialClasses.FindReplaceImpl.FindMatch
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
IGraphic
Interface IGraphic
public interface IGraphic
Represents the picture field included in the specified header or footer.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the path to the location where the specified source object was saved.doubleReturns a Single value that represents the height, in points, of the object.booleanGets the lock aspect ratio property of the specified shape.doublegetWidth()Returns a Single value that represents the width, in points, of the object.voidsetFilename(String value) Sets the path to the location where the specified source object was saved.voidsetGraphicStream(InputStream stream, ImageType imageType) Sets theInputStreamto the location where the specified source object wassaved.voidsetHeight(double value) Sets a Single value that represents the height, in points, of the object.voidsetLockAspectRatio(boolean value) Sets the lock aspect ratio property of the specified shape.voidsetWidth(double value) Sets a Single value that represents the width, in points, of the object.
-
Method Details
-
getFilename
String getFilename()Returns the path to the location where the specified source object was saved. -
setFilename
Sets the path to the location where the specified source object was saved.- Throws:
FileNotFoundException
-
setGraphicStream
Sets theInputStreamto the location where the specified source object wassaved. -
getHeight
double getHeight()Returns a Single value that represents the height, in points, of the object. -
setHeight
void setHeight(double value) Sets a Single value that represents the height, in points, of the object. -
getWidth
double getWidth()Returns a Single value that represents the width, in points, of the object. -
setWidth
void setWidth(double value) Sets a Single value that represents the width, in points, of the object. -
getLockAspectRatio
boolean getLockAspectRatio()Gets the lock aspect ratio property of the specified shape.- Returns:
- True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.
-
setLockAspectRatio
void setLockAspectRatio(boolean value) Sets the lock aspect ratio property of the specified shape.- Parameters:
value- True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.
-