rubyXL 3.4.25 → 3.4.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.rubocop.yml +96 -0
- data/CHANGELOG.md +12 -0
- data/Gemfile +2 -0
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/lib/rubyXL/objects/external_links.rb +8 -0
- data/lib/rubyXL/objects/reference.rb +11 -4
- data/lib/rubyXL/objects/storage.rb +5 -0
- data/lib/rubyXL/objects/workbook.rb +1 -0
- data/lib/rubyXL/worksheet.rb +8 -0
- data/rdoc/README_rdoc.html +98 -47
- data/rdoc/RubyXL/AExtension.html +15 -11
- data/rdoc/RubyXL/AExtensionStorageArea.html +3 -3
- data/rdoc/RubyXL/ActiveX.html +10 -8
- data/rdoc/RubyXL/ActiveXBinary.html +3 -3
- data/rdoc/RubyXL/AdjustHandleList.html +3 -3
- data/rdoc/RubyXL/Alignment.html +3 -3
- data/rdoc/RubyXL/AlternateContent.html +3 -3
- data/rdoc/RubyXL/AlternateUrls.html +99 -0
- data/rdoc/RubyXL/Authors.html +3 -3
- data/rdoc/RubyXL/AutoFilter.html +3 -3
- data/rdoc/RubyXL/AutoFilterColumn.html +3 -3
- data/rdoc/RubyXL/BinaryImageFile.html +3 -3
- data/rdoc/RubyXL/BodyProperties.html +3 -3
- data/rdoc/RubyXL/BooleanNode.html +3 -3
- data/rdoc/RubyXL/BooleanValue.html +3 -3
- data/rdoc/RubyXL/Border.html +27 -19
- data/rdoc/RubyXL/BorderEdge.html +15 -11
- data/rdoc/RubyXL/Borders.html +9 -7
- data/rdoc/RubyXL/Break.html +3 -3
- data/rdoc/RubyXL/BreakList.html +3 -3
- data/rdoc/RubyXL/CT_AdjPoint2D.html +3 -3
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +3 -3
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +3 -3
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +3 -3
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +3 -3
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +3 -3
- data/rdoc/RubyXL/CT_Backdrop.html +3 -3
- data/rdoc/RubyXL/CT_Bevel.html +3 -3
- data/rdoc/RubyXL/CT_BiLevelEffect.html +3 -3
- data/rdoc/RubyXL/CT_BlendEffect.html +3 -3
- data/rdoc/RubyXL/CT_Blip.html +3 -3
- data/rdoc/RubyXL/CT_BlipFillProperties.html +3 -3
- data/rdoc/RubyXL/CT_BlurEffect.html +3 -3
- data/rdoc/RubyXL/CT_Camera.html +3 -3
- data/rdoc/RubyXL/CT_Color.html +3 -3
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +3 -3
- data/rdoc/RubyXL/CT_ColorMapping.html +3 -3
- data/rdoc/RubyXL/CT_ColorScheme.html +3 -3
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +3 -3
- data/rdoc/RubyXL/CT_ConnectionSite.html +3 -3
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +3 -3
- data/rdoc/RubyXL/CT_DashStop.html +3 -3
- data/rdoc/RubyXL/CT_DashStopList.html +3 -3
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +3 -3
- data/rdoc/RubyXL/CT_DuotoneEffect.html +3 -3
- data/rdoc/RubyXL/CT_EffectContainer.html +3 -3
- data/rdoc/RubyXL/CT_EffectList.html +3 -3
- data/rdoc/RubyXL/CT_EffectReference.html +3 -3
- data/rdoc/RubyXL/CT_EffectStyleItem.html +3 -3
- data/rdoc/RubyXL/CT_EffectStyleList.html +3 -3
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +3 -3
- data/rdoc/RubyXL/CT_FillEffect.html +3 -3
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +3 -3
- data/rdoc/RubyXL/CT_FillStyleList.html +3 -3
- data/rdoc/RubyXL/CT_FlatText.html +3 -3
- data/rdoc/RubyXL/CT_FontCollection.html +3 -3
- data/rdoc/RubyXL/CT_FontReference.html +3 -3
- data/rdoc/RubyXL/CT_GeomGuideList.html +3 -3
- data/rdoc/RubyXL/CT_GlowEffect.html +3 -3
- data/rdoc/RubyXL/CT_GradientFillProperties.html +3 -3
- data/rdoc/RubyXL/CT_GradientStop.html +3 -3
- data/rdoc/RubyXL/CT_GradientStopList.html +3 -3
- data/rdoc/RubyXL/CT_HSLEffect.html +3 -3
- data/rdoc/RubyXL/CT_HslColor.html +3 -3
- data/rdoc/RubyXL/CT_Hyperlink.html +3 -3
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +3 -3
- data/rdoc/RubyXL/CT_LightRig.html +3 -3
- data/rdoc/RubyXL/CT_LineEndProperties.html +3 -3
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +3 -3
- data/rdoc/RubyXL/CT_LineProperties.html +3 -3
- data/rdoc/RubyXL/CT_LineStyleList.html +3 -3
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +3 -3
- data/rdoc/RubyXL/CT_LuminanceEffect.html +3 -3
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +3 -3
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +3 -3
- data/rdoc/RubyXL/CT_Path2D.html +3 -3
- data/rdoc/RubyXL/CT_Path2DArcTo.html +3 -3
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +3 -3
- data/rdoc/RubyXL/CT_Path2DList.html +3 -3
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +3 -3
- data/rdoc/RubyXL/CT_Path2DTo.html +3 -3
- data/rdoc/RubyXL/CT_PathShadeProperties.html +3 -3
- data/rdoc/RubyXL/CT_PatternFillProperties.html +3 -3
- data/rdoc/RubyXL/CT_Point3D.html +3 -3
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +3 -3
- data/rdoc/RubyXL/CT_PresetColor.html +3 -3
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +3 -3
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +3 -3
- data/rdoc/RubyXL/CT_PresetTextShape.html +3 -3
- data/rdoc/RubyXL/CT_ReflectionEffect.html +3 -3
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +3 -3
- data/rdoc/RubyXL/CT_RelativeRect.html +3 -3
- data/rdoc/RubyXL/CT_SRgbColor.html +3 -3
- data/rdoc/RubyXL/CT_ScRgbColor.html +3 -3
- data/rdoc/RubyXL/CT_Scene3D.html +3 -3
- data/rdoc/RubyXL/CT_SchemeColor.html +3 -3
- data/rdoc/RubyXL/CT_Shape3D.html +3 -3
- data/rdoc/RubyXL/CT_ShapeStyle.html +3 -3
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +3 -3
- data/rdoc/RubyXL/CT_SphereCoords.html +3 -3
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +3 -3
- data/rdoc/RubyXL/CT_StyleMatrix.html +3 -3
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +3 -3
- data/rdoc/RubyXL/CT_SupplementalFont.html +3 -3
- data/rdoc/RubyXL/CT_SystemColor.html +3 -3
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +3 -3
- data/rdoc/RubyXL/CT_TextBlipBullet.html +3 -3
- data/rdoc/RubyXL/CT_TextCharBullet.html +3 -3
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +3 -3
- data/rdoc/RubyXL/CT_TextFont.html +3 -3
- data/rdoc/RubyXL/CT_TextListStyle.html +3 -3
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +3 -3
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +3 -3
- data/rdoc/RubyXL/CT_TextSpacing.html +3 -3
- data/rdoc/RubyXL/CT_TextTabStop.html +3 -3
- data/rdoc/RubyXL/CT_TextTabStopList.html +3 -3
- data/rdoc/RubyXL/CT_TileInfoProperties.html +3 -3
- data/rdoc/RubyXL/CT_TintEffect.html +3 -3
- data/rdoc/RubyXL/CT_Transform2D.html +3 -3
- data/rdoc/RubyXL/CT_TransformEffect.html +3 -3
- data/rdoc/RubyXL/CT_Vector3D.html +3 -3
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +3 -3
- data/rdoc/RubyXL/CalculationChain.html +9 -7
- data/rdoc/RubyXL/CalculationChainCell.html +3 -3
- data/rdoc/RubyXL/CalculationProperties.html +3 -3
- data/rdoc/RubyXL/Cell.html +87 -59
- data/rdoc/RubyXL/CellConvenienceMethods.html +219 -147
- data/rdoc/RubyXL/CellExt.html +3 -3
- data/rdoc/RubyXL/CellSmartTag.html +3 -3
- data/rdoc/RubyXL/CellSmartTagProperty.html +3 -3
- data/rdoc/RubyXL/CellSmartTags.html +3 -3
- data/rdoc/RubyXL/CellStyle.html +3 -3
- data/rdoc/RubyXL/CellStyleXFs.html +9 -7
- data/rdoc/RubyXL/CellStyles.html +9 -7
- data/rdoc/RubyXL/CellValue.html +9 -7
- data/rdoc/RubyXL/CellWatch.html +3 -3
- data/rdoc/RubyXL/CellWatches.html +3 -3
- data/rdoc/RubyXL/CellXFs.html +9 -7
- data/rdoc/RubyXL/ChartColorsFile.html +3 -3
- data/rdoc/RubyXL/ChartFile.html +9 -7
- data/rdoc/RubyXL/ChartStyleFile.html +3 -3
- data/rdoc/RubyXL/ChartUserShapesFile.html +3 -3
- data/rdoc/RubyXL/Chartsheet.html +9 -7
- data/rdoc/RubyXL/ChartsheetPageSetup.html +3 -3
- data/rdoc/RubyXL/ChartsheetProperties.html +3 -3
- data/rdoc/RubyXL/ChartsheetProtection.html +3 -3
- data/rdoc/RubyXL/ChartsheetView.html +3 -3
- data/rdoc/RubyXL/ChartsheetViews.html +3 -3
- data/rdoc/RubyXL/Color.html +9 -7
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +15 -11
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +21 -15
- data/rdoc/RubyXL/ColorConvenienceClasses.html +3 -3
- data/rdoc/RubyXL/ColorConvenienceMethods.html +9 -7
- data/rdoc/RubyXL/ColorFilter.html +3 -3
- data/rdoc/RubyXL/ColorScale.html +3 -3
- data/rdoc/RubyXL/ColorSet.html +3 -3
- data/rdoc/RubyXL/Colors.html +3 -3
- data/rdoc/RubyXL/ColumnRange.html +21 -15
- data/rdoc/RubyXL/ColumnRanges.html +27 -19
- data/rdoc/RubyXL/Comment.html +3 -3
- data/rdoc/RubyXL/CommentList.html +3 -3
- data/rdoc/RubyXL/CommentsFile.html +9 -7
- data/rdoc/RubyXL/ConditionalFormatValue.html +3 -3
- data/rdoc/RubyXL/ConditionalFormatting.html +3 -3
- data/rdoc/RubyXL/ConditionalFormattingRule.html +3 -3
- data/rdoc/RubyXL/Connection.html +3 -3
- data/rdoc/RubyXL/ConnectionTable.html +3 -3
- data/rdoc/RubyXL/ConnectionTables.html +3 -3
- data/rdoc/RubyXL/ConnectionTextField.html +3 -3
- data/rdoc/RubyXL/ConnectionTextFields.html +3 -3
- data/rdoc/RubyXL/Connections.html +9 -7
- data/rdoc/RubyXL/ContentTypeDefault.html +3 -3
- data/rdoc/RubyXL/ContentTypeOverride.html +3 -3
- data/rdoc/RubyXL/ContentTypes.html +15 -11
- data/rdoc/RubyXL/ControlPropertiesFile.html +3 -3
- data/rdoc/RubyXL/CorePropertiesFile.html +57 -39
- data/rdoc/RubyXL/CustomColor.html +3 -3
- data/rdoc/RubyXL/CustomColorList.html +3 -3
- data/rdoc/RubyXL/CustomFilter.html +3 -3
- data/rdoc/RubyXL/CustomFilters.html +3 -3
- data/rdoc/RubyXL/CustomGeometry.html +3 -3
- data/rdoc/RubyXL/CustomProperties.html +3 -3
- data/rdoc/RubyXL/CustomPropertiesFile.html +3 -3
- data/rdoc/RubyXL/CustomProperty.html +3 -3
- data/rdoc/RubyXL/CustomPropertyFile.html +3 -3
- data/rdoc/RubyXL/CustomSheetView.html +3 -3
- data/rdoc/RubyXL/CustomSheetViews.html +3 -3
- data/rdoc/RubyXL/CustomWorkbookView.html +3 -3
- data/rdoc/RubyXL/CustomWorkbookViews.html +3 -3
- data/rdoc/RubyXL/CustomXMLFile.html +3 -3
- data/rdoc/RubyXL/DXF.html +3 -3
- data/rdoc/RubyXL/DXFs.html +3 -3
- data/rdoc/RubyXL/DataBar.html +3 -3
- data/rdoc/RubyXL/DataConsolidate.html +3 -3
- data/rdoc/RubyXL/DataConsolidationReference.html +3 -3
- data/rdoc/RubyXL/DataConsolidationReferences.html +3 -3
- data/rdoc/RubyXL/DataType.html +3 -3
- data/rdoc/RubyXL/DataValidation.html +3 -3
- data/rdoc/RubyXL/DataValidations.html +3 -3
- data/rdoc/RubyXL/DateGroupItem.html +3 -3
- data/rdoc/RubyXL/DefinedName.html +3 -3
- data/rdoc/RubyXL/DefinedNameExt.html +3 -3
- data/rdoc/RubyXL/DefinedNames.html +3 -3
- data/rdoc/RubyXL/DefinedNamesExt.html +3 -3
- data/rdoc/RubyXL/DocumentPropertiesFile.html +15 -11
- data/rdoc/RubyXL/DrawingFile.html +9 -7
- data/rdoc/RubyXL/DynamicFilter.html +3 -3
- data/rdoc/RubyXL/EmbeddedControl.html +3 -3
- data/rdoc/RubyXL/EmbeddedControls.html +3 -3
- data/rdoc/RubyXL/Extension.html +3 -3
- data/rdoc/RubyXL/ExtensionStorageArea.html +3 -3
- data/rdoc/RubyXL/Extents.html +3 -3
- data/rdoc/RubyXL/ExternalBook.html +3 -3
- data/rdoc/RubyXL/ExternalLinksFile.html +10 -8
- data/rdoc/RubyXL/ExternalReference.html +3 -3
- data/rdoc/RubyXL/ExternalReferences.html +3 -3
- data/rdoc/RubyXL/ExtraColorSchemeList.html +3 -3
- data/rdoc/RubyXL/FieldItem.html +3 -3
- data/rdoc/RubyXL/FileRecoveryProperties.html +3 -3
- data/rdoc/RubyXL/FileSharing.html +3 -3
- data/rdoc/RubyXL/FileVersion.html +3 -3
- data/rdoc/RubyXL/Fill.html +9 -7
- data/rdoc/RubyXL/Fills.html +9 -7
- data/rdoc/RubyXL/FilterContainer.html +3 -3
- data/rdoc/RubyXL/FloatNode.html +3 -3
- data/rdoc/RubyXL/FloatValue.html +3 -3
- data/rdoc/RubyXL/Font.html +9 -7
- data/rdoc/RubyXL/FontConvenienceMethods.html +87 -59
- data/rdoc/RubyXL/FontScheme.html +3 -3
- data/rdoc/RubyXL/Fonts.html +9 -7
- data/rdoc/RubyXL/Formula.html +3 -3
- data/rdoc/RubyXL/FunctionGroup.html +3 -3
- data/rdoc/RubyXL/FunctionGroups.html +3 -3
- data/rdoc/RubyXL/GenericStorageObject.html +21 -15
- data/rdoc/RubyXL/GradientFill.html +3 -3
- data/rdoc/RubyXL/HeaderFooterSettings.html +3 -3
- data/rdoc/RubyXL/Hyperlink.html +3 -3
- data/rdoc/RubyXL/HyperlinkRelFile.html +3 -3
- data/rdoc/RubyXL/Hyperlinks.html +3 -3
- data/rdoc/RubyXL/IconFilter.html +3 -3
- data/rdoc/RubyXL/IconSet.html +3 -3
- data/rdoc/RubyXL/IgnoredError.html +3 -3
- data/rdoc/RubyXL/IgnoredErrors.html +3 -3
- data/rdoc/RubyXL/IndexedColors.html +3 -3
- data/rdoc/RubyXL/InputCells.html +3 -3
- data/rdoc/RubyXL/IntegerNode.html +3 -3
- data/rdoc/RubyXL/IntegerValue.html +3 -3
- data/rdoc/RubyXL/LegacyCell.html +9 -7
- data/rdoc/RubyXL/LegacyWorksheet.html +53 -28
- data/rdoc/RubyXL/MRUColors.html +3 -3
- data/rdoc/RubyXL/MacrosFile.html +3 -3
- data/rdoc/RubyXL/MergedCell.html +3 -3
- data/rdoc/RubyXL/MergedCells.html +3 -3
- data/rdoc/RubyXL/NumFmt.html +3 -3
- data/rdoc/RubyXL/NumberFormat.html +9 -7
- data/rdoc/RubyXL/NumberFormats.html +9 -7
- data/rdoc/RubyXL/OLEObject.html +3 -3
- data/rdoc/RubyXL/OLEObjectFile.html +3 -3
- data/rdoc/RubyXL/OLEObjects.html +3 -3
- data/rdoc/RubyXL/OLESize.html +3 -3
- data/rdoc/RubyXL/OOXMLContainerObject.html +39 -27
- data/rdoc/RubyXL/OOXMLIgnored.html +15 -11
- data/rdoc/RubyXL/OOXMLObject.html +3 -3
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +39 -27
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +51 -35
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +63 -43
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +33 -23
- data/rdoc/RubyXL/OdbcOleDbProperties.html +3 -3
- data/rdoc/RubyXL/Offset.html +3 -3
- data/rdoc/RubyXL/OlapProperties.html +3 -3
- data/rdoc/RubyXL/OleItem.html +3 -3
- data/rdoc/RubyXL/OleItems.html +3 -3
- data/rdoc/RubyXL/OleLink.html +3 -3
- data/rdoc/RubyXL/OutlineProperties.html +3 -3
- data/rdoc/RubyXL/PageMargins.html +3 -3
- data/rdoc/RubyXL/PageSetup.html +3 -3
- data/rdoc/RubyXL/PageSetupProperties.html +3 -3
- data/rdoc/RubyXL/Pane.html +3 -3
- data/rdoc/RubyXL/Parser.html +15 -11
- data/rdoc/RubyXL/PatternFill.html +3 -3
- data/rdoc/RubyXL/PersonMetadata.html +108 -0
- data/rdoc/RubyXL/PhoneticProperties.html +3 -3
- data/rdoc/RubyXL/PhoneticRun.html +3 -3
- data/rdoc/RubyXL/PivotArea.html +3 -3
- data/rdoc/RubyXL/PivotCache.html +3 -3
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +3 -3
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +3 -3
- data/rdoc/RubyXL/PivotCaches.html +3 -3
- data/rdoc/RubyXL/PivotReference.html +3 -3
- data/rdoc/RubyXL/PivotReferences.html +3 -3
- data/rdoc/RubyXL/PivotTableFile.html +3 -3
- data/rdoc/RubyXL/PivotTableSelection.html +3 -3
- data/rdoc/RubyXL/PresetGeometry.html +3 -3
- data/rdoc/RubyXL/PrintOptions.html +3 -3
- data/rdoc/RubyXL/PrinterSettingsFile.html +3 -3
- data/rdoc/RubyXL/ProtectedRange.html +3 -3
- data/rdoc/RubyXL/ProtectedRanges.html +3 -3
- data/rdoc/RubyXL/Protection.html +3 -3
- data/rdoc/RubyXL/QueryParameter.html +3 -3
- data/rdoc/RubyXL/QueryParameters.html +3 -3
- data/rdoc/RubyXL/QueryTable.html +9 -7
- data/rdoc/RubyXL/QueryTableDeletedField.html +3 -3
- data/rdoc/RubyXL/QueryTableDeletedFields.html +3 -3
- data/rdoc/RubyXL/QueryTableField.html +3 -3
- data/rdoc/RubyXL/QueryTableFields.html +3 -3
- data/rdoc/RubyXL/QueryTableRefresh.html +3 -3
- data/rdoc/RubyXL/RID.html +3 -3
- data/rdoc/RubyXL/RawOOXML.html +15 -11
- data/rdoc/RubyXL/Reference.html +105 -73
- data/rdoc/RubyXL/Relationship.html +3 -3
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +9 -7
- data/rdoc/RubyXL/RelationshipSupport.html +39 -27
- data/rdoc/RubyXL/RevisionPointer.html +3 -3
- data/rdoc/RubyXL/RichText.html +9 -7
- data/rdoc/RubyXL/RichTextRun.html +9 -7
- data/rdoc/RubyXL/Row.html +57 -39
- data/rdoc/RubyXL/RowExt.html +3 -3
- data/rdoc/RubyXL/RunProperties.html +3 -3
- data/rdoc/RubyXL/Scenario.html +3 -3
- data/rdoc/RubyXL/Scenarios.html +3 -3
- data/rdoc/RubyXL/Selection.html +9 -7
- data/rdoc/RubyXL/ShapeGuide.html +3 -3
- data/rdoc/RubyXL/ShapeTextRectangle.html +3 -3
- data/rdoc/RubyXL/SharedStringsTable.html +45 -31
- data/rdoc/RubyXL/Sheet.html +3 -3
- data/rdoc/RubyXL/SheetCalculationProperties.html +3 -3
- data/rdoc/RubyXL/SheetData.html +15 -11
- data/rdoc/RubyXL/SheetDataExt.html +3 -3
- data/rdoc/RubyXL/SheetDataSet.html +3 -3
- data/rdoc/RubyXL/SheetMetadata.html +3 -3
- data/rdoc/RubyXL/SheetName.html +3 -3
- data/rdoc/RubyXL/SheetNames.html +3 -3
- data/rdoc/RubyXL/Sheets.html +3 -3
- data/rdoc/RubyXL/SlicerCacheFile.html +3 -3
- data/rdoc/RubyXL/SlicerFile.html +3 -3
- data/rdoc/RubyXL/SmartTagProperties.html +3 -3
- data/rdoc/RubyXL/SmartTagType.html +3 -3
- data/rdoc/RubyXL/SmartTagTypes.html +3 -3
- data/rdoc/RubyXL/SmartTags.html +3 -3
- data/rdoc/RubyXL/SortCondition.html +3 -3
- data/rdoc/RubyXL/SortState.html +3 -3
- data/rdoc/RubyXL/Sqref.html +17 -13
- data/rdoc/RubyXL/Stop.html +3 -3
- data/rdoc/RubyXL/StringNode.html +3 -3
- data/rdoc/RubyXL/StringNodeW3C.html +15 -11
- data/rdoc/RubyXL/StringValue.html +3 -3
- data/rdoc/RubyXL/Stylesheet.html +33 -23
- data/rdoc/RubyXL/TableFile.html +3 -3
- data/rdoc/RubyXL/TableParts.html +3 -3
- data/rdoc/RubyXL/TableStyle.html +3 -3
- data/rdoc/RubyXL/TableStyles.html +3 -3
- data/rdoc/RubyXL/Text.html +15 -11
- data/rdoc/RubyXL/TextImportSettings.html +3 -3
- data/rdoc/RubyXL/Theme.html +21 -15
- data/rdoc/RubyXL/ThemeElements.html +3 -3
- data/rdoc/RubyXL/ThumbnailFile.html +3 -3
- data/rdoc/RubyXL/Top10.html +3 -3
- data/rdoc/RubyXL/VMLDrawingFile.html +3 -3
- data/rdoc/RubyXL/Variant.html +3 -3
- data/rdoc/RubyXL/Vector.html +9 -7
- data/rdoc/RubyXL/VectorValue.html +3 -3
- data/rdoc/RubyXL/VisualProperties.html +3 -3
- data/rdoc/RubyXL/WebPublishObject.html +3 -3
- data/rdoc/RubyXL/WebPublishObjects.html +3 -3
- data/rdoc/RubyXL/WebPublishingItem.html +3 -3
- data/rdoc/RubyXL/WebPublishingItems.html +3 -3
- data/rdoc/RubyXL/WebPublishingProperties.html +3 -3
- data/rdoc/RubyXL/WebQueryProperties.html +3 -3
- data/rdoc/RubyXL/Workbook.html +195 -139
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +111 -75
- data/rdoc/RubyXL/WorkbookProperties.html +3 -3
- data/rdoc/RubyXL/WorkbookProtection.html +3 -3
- data/rdoc/RubyXL/WorkbookRoot.html +33 -23
- data/rdoc/RubyXL/WorkbookView.html +3 -3
- data/rdoc/RubyXL/WorkbookViews.html +3 -3
- data/rdoc/RubyXL/Worksheet.html +45 -31
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +417 -279
- data/rdoc/RubyXL/WorksheetDimensions.html +3 -3
- data/rdoc/RubyXL/WorksheetFormatProperties.html +3 -3
- data/rdoc/RubyXL/WorksheetProperties.html +3 -3
- data/rdoc/RubyXL/WorksheetProtection.html +3 -3
- data/rdoc/RubyXL/WorksheetView.html +3 -3
- data/rdoc/RubyXL/WorksheetViews.html +3 -3
- data/rdoc/RubyXL/XF.html +3 -3
- data/rdoc/RubyXL.html +9 -7
- data/rdoc/created.rid +10 -10
- data/rdoc/css/rdoc.css +55 -7
- data/rdoc/index.html +395 -388
- data/rdoc/js/darkfish.js +14 -1
- data/rdoc/js/navigation.js +8 -8
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +4 -4
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +9 -3
- data/rubyXL.gemspec +10 -5
- data/spec/lib/cell_spec.rb +26 -2
- data/spec/lib/reference_spec.rb +34 -5
- data/spec/lib/stylesheet_spec.rb +2 -0
- data/spec/lib/workbook_spec.rb +2 -2
- data/spec/lib/worksheet_spec.rb +2 -2
- metadata +21 -4
- data/Gemfile.lock +0 -124
data/rdoc/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
|
7
|
-
<title>rubyXL 3.4.
|
7
|
+
<title>rubyXL 3.4.27</title>
|
8
8
|
|
9
9
|
<script type="text/javascript">
|
10
10
|
var rdoc_rel_prefix = "./";
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<div id="search-field-wrapper">
|
43
43
|
<input id="search-field" role="combobox" aria-label="Search"
|
44
44
|
aria-autocomplete="list" aria-controls="search-results"
|
45
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
46
46
|
title="Type to search, Up and Down to navigate, Enter to load">
|
47
47
|
</div>
|
48
48
|
|
@@ -68,403 +68,410 @@
|
|
68
68
|
<h3>Class and Module Index</h3>
|
69
69
|
|
70
70
|
<ul class="link-list">
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
</
|
71
|
+
<li><details open><summary><code><a href="./RubyXL.html">RubyXL</a></code></summary>
|
72
|
+
<ul class="link-list">
|
73
|
+
<li><code><a href="./RubyXL/AExtension.html">AExtension</a></code>
|
74
|
+
<li><code><a href="./RubyXL/AExtensionStorageArea.html">AExtensionStorageArea</a></code>
|
75
|
+
<li><code><a href="./RubyXL/ActiveX.html">ActiveX</a></code>
|
76
|
+
<li><code><a href="./RubyXL/ActiveXBinary.html">ActiveXBinary</a></code>
|
77
|
+
<li><code><a href="./RubyXL/AdjustHandleList.html">AdjustHandleList</a></code>
|
78
|
+
<li><code><a href="./RubyXL/Alignment.html">Alignment</a></code>
|
79
|
+
<li><code><a href="./RubyXL/AlternateContent.html">AlternateContent</a></code>
|
80
|
+
<li><code><a href="./RubyXL/AlternateUrls.html">AlternateUrls</a></code>
|
81
|
+
<li><code><a href="./RubyXL/Authors.html">Authors</a></code>
|
82
|
+
<li><code><a href="./RubyXL/AutoFilter.html">AutoFilter</a></code>
|
83
|
+
<li><code><a href="./RubyXL/AutoFilterColumn.html">AutoFilterColumn</a></code>
|
84
|
+
<li><code><a href="./RubyXL/BinaryImageFile.html">BinaryImageFile</a></code>
|
85
|
+
<li><code><a href="./RubyXL/BodyProperties.html">BodyProperties</a></code>
|
86
|
+
<li><code><a href="./RubyXL/BooleanNode.html">BooleanNode</a></code>
|
87
|
+
<li><code><a href="./RubyXL/BooleanValue.html">BooleanValue</a></code>
|
88
|
+
<li><code><a href="./RubyXL/Border.html">Border</a></code>
|
89
|
+
<li><code><a href="./RubyXL/BorderEdge.html">BorderEdge</a></code>
|
90
|
+
<li><code><a href="./RubyXL/Borders.html">Borders</a></code>
|
91
|
+
<li><code><a href="./RubyXL/Break.html">Break</a></code>
|
92
|
+
<li><code><a href="./RubyXL/BreakList.html">BreakList</a></code>
|
93
|
+
<li><code><a href="./RubyXL/CT_AdjPoint2D.html">CT_AdjPoint2D</a></code>
|
94
|
+
<li><code><a href="./RubyXL/CT_AlphaBiLevelEffect.html">CT_AlphaBiLevelEffect</a></code>
|
95
|
+
<li><code><a href="./RubyXL/CT_AlphaModulateEffect.html">CT_AlphaModulateEffect</a></code>
|
96
|
+
<li><code><a href="./RubyXL/CT_AlphaModulateFixedEffect.html">CT_AlphaModulateFixedEffect</a></code>
|
97
|
+
<li><code><a href="./RubyXL/CT_AlphaOutsetEffect.html">CT_AlphaOutsetEffect</a></code>
|
98
|
+
<li><code><a href="./RubyXL/CT_AlphaReplaceEffect.html">CT_AlphaReplaceEffect</a></code>
|
99
|
+
<li><code><a href="./RubyXL/CT_Backdrop.html">CT_Backdrop</a></code>
|
100
|
+
<li><code><a href="./RubyXL/CT_Bevel.html">CT_Bevel</a></code>
|
101
|
+
<li><code><a href="./RubyXL/CT_BiLevelEffect.html">CT_BiLevelEffect</a></code>
|
102
|
+
<li><code><a href="./RubyXL/CT_BlendEffect.html">CT_BlendEffect</a></code>
|
103
|
+
<li><code><a href="./RubyXL/CT_Blip.html">CT_Blip</a></code>
|
104
|
+
<li><code><a href="./RubyXL/CT_BlipFillProperties.html">CT_BlipFillProperties</a></code>
|
105
|
+
<li><code><a href="./RubyXL/CT_BlurEffect.html">CT_BlurEffect</a></code>
|
106
|
+
<li><code><a href="./RubyXL/CT_Camera.html">CT_Camera</a></code>
|
107
|
+
<li><code><a href="./RubyXL/CT_Color.html">CT_Color</a></code>
|
108
|
+
<li><code><a href="./RubyXL/CT_ColorChangeEffect.html">CT_ColorChangeEffect</a></code>
|
109
|
+
<li><code><a href="./RubyXL/CT_ColorMapping.html">CT_ColorMapping</a></code>
|
110
|
+
<li><code><a href="./RubyXL/CT_ColorScheme.html">CT_ColorScheme</a></code>
|
111
|
+
<li><code><a href="./RubyXL/CT_ColorSchemeAndMapping.html">CT_ColorSchemeAndMapping</a></code>
|
112
|
+
<li><code><a href="./RubyXL/CT_ConnectionSite.html">CT_ConnectionSite</a></code>
|
113
|
+
<li><code><a href="./RubyXL/CT_ConnectionSiteList.html">CT_ConnectionSiteList</a></code>
|
114
|
+
<li><code><a href="./RubyXL/CT_DashStop.html">CT_DashStop</a></code>
|
115
|
+
<li><code><a href="./RubyXL/CT_DashStopList.html">CT_DashStopList</a></code>
|
116
|
+
<li><code><a href="./RubyXL/CT_DefaultShapeDefinition.html">CT_DefaultShapeDefinition</a></code>
|
117
|
+
<li><code><a href="./RubyXL/CT_DuotoneEffect.html">CT_DuotoneEffect</a></code>
|
118
|
+
<li><code><a href="./RubyXL/CT_EffectContainer.html">CT_EffectContainer</a></code>
|
119
|
+
<li><code><a href="./RubyXL/CT_EffectList.html">CT_EffectList</a></code>
|
120
|
+
<li><code><a href="./RubyXL/CT_EffectReference.html">CT_EffectReference</a></code>
|
121
|
+
<li><code><a href="./RubyXL/CT_EffectStyleItem.html">CT_EffectStyleItem</a></code>
|
122
|
+
<li><code><a href="./RubyXL/CT_EffectStyleList.html">CT_EffectStyleList</a></code>
|
123
|
+
<li><code><a href="./RubyXL/CT_EmbeddedWAVAudioFile.html">CT_EmbeddedWAVAudioFile</a></code>
|
124
|
+
<li><code><a href="./RubyXL/CT_FillEffect.html">CT_FillEffect</a></code>
|
125
|
+
<li><code><a href="./RubyXL/CT_FillOverlayEffect.html">CT_FillOverlayEffect</a></code>
|
126
|
+
<li><code><a href="./RubyXL/CT_FillStyleList.html">CT_FillStyleList</a></code>
|
127
|
+
<li><code><a href="./RubyXL/CT_FlatText.html">CT_FlatText</a></code>
|
128
|
+
<li><code><a href="./RubyXL/CT_FontCollection.html">CT_FontCollection</a></code>
|
129
|
+
<li><code><a href="./RubyXL/CT_FontReference.html">CT_FontReference</a></code>
|
130
|
+
<li><code><a href="./RubyXL/CT_GeomGuideList.html">CT_GeomGuideList</a></code>
|
131
|
+
<li><code><a href="./RubyXL/CT_GlowEffect.html">CT_GlowEffect</a></code>
|
132
|
+
<li><code><a href="./RubyXL/CT_GradientFillProperties.html">CT_GradientFillProperties</a></code>
|
133
|
+
<li><code><a href="./RubyXL/CT_GradientStop.html">CT_GradientStop</a></code>
|
134
|
+
<li><code><a href="./RubyXL/CT_GradientStopList.html">CT_GradientStopList</a></code>
|
135
|
+
<li><code><a href="./RubyXL/CT_HSLEffect.html">CT_HSLEffect</a></code>
|
136
|
+
<li><code><a href="./RubyXL/CT_HslColor.html">CT_HslColor</a></code>
|
137
|
+
<li><code><a href="./RubyXL/CT_Hyperlink.html">CT_Hyperlink</a></code>
|
138
|
+
<li><code><a href="./RubyXL/CT_InnerShadowEffect.html">CT_InnerShadowEffect</a></code>
|
139
|
+
<li><code><a href="./RubyXL/CT_LightRig.html">CT_LightRig</a></code>
|
140
|
+
<li><code><a href="./RubyXL/CT_LineEndProperties.html">CT_LineEndProperties</a></code>
|
141
|
+
<li><code><a href="./RubyXL/CT_LineJoinMiterProperties.html">CT_LineJoinMiterProperties</a></code>
|
142
|
+
<li><code><a href="./RubyXL/CT_LineProperties.html">CT_LineProperties</a></code>
|
143
|
+
<li><code><a href="./RubyXL/CT_LineStyleList.html">CT_LineStyleList</a></code>
|
144
|
+
<li><code><a href="./RubyXL/CT_LinearShadeProperties.html">CT_LinearShadeProperties</a></code>
|
145
|
+
<li><code><a href="./RubyXL/CT_LuminanceEffect.html">CT_LuminanceEffect</a></code>
|
146
|
+
<li><code><a href="./RubyXL/CT_ObjectStyleDefaults.html">CT_ObjectStyleDefaults</a></code>
|
147
|
+
<li><code><a href="./RubyXL/CT_OuterShadowEffect.html">CT_OuterShadowEffect</a></code>
|
148
|
+
<li><code><a href="./RubyXL/CT_Path2D.html">CT_Path2D</a></code>
|
149
|
+
<li><code><a href="./RubyXL/CT_Path2DArcTo.html">CT_Path2DArcTo</a></code>
|
150
|
+
<li><code><a href="./RubyXL/CT_Path2DCubicBezierTo.html">CT_Path2DCubicBezierTo</a></code>
|
151
|
+
<li><code><a href="./RubyXL/CT_Path2DList.html">CT_Path2DList</a></code>
|
152
|
+
<li><code><a href="./RubyXL/CT_Path2DQuadBezierTo.html">CT_Path2DQuadBezierTo</a></code>
|
153
|
+
<li><code><a href="./RubyXL/CT_Path2DTo.html">CT_Path2DTo</a></code>
|
154
|
+
<li><code><a href="./RubyXL/CT_PathShadeProperties.html">CT_PathShadeProperties</a></code>
|
155
|
+
<li><code><a href="./RubyXL/CT_PatternFillProperties.html">CT_PatternFillProperties</a></code>
|
156
|
+
<li><code><a href="./RubyXL/CT_Point3D.html">CT_Point3D</a></code>
|
157
|
+
<li><code><a href="./RubyXL/CT_PolarAdjustHandle.html">CT_PolarAdjustHandle</a></code>
|
158
|
+
<li><code><a href="./RubyXL/CT_PresetColor.html">CT_PresetColor</a></code>
|
159
|
+
<li><code><a href="./RubyXL/CT_PresetLineDashProperties.html">CT_PresetLineDashProperties</a></code>
|
160
|
+
<li><code><a href="./RubyXL/CT_PresetShadowEffect.html">CT_PresetShadowEffect</a></code>
|
161
|
+
<li><code><a href="./RubyXL/CT_PresetTextShape.html">CT_PresetTextShape</a></code>
|
162
|
+
<li><code><a href="./RubyXL/CT_ReflectionEffect.html">CT_ReflectionEffect</a></code>
|
163
|
+
<li><code><a href="./RubyXL/CT_RelativeOffsetEffect.html">CT_RelativeOffsetEffect</a></code>
|
164
|
+
<li><code><a href="./RubyXL/CT_RelativeRect.html">CT_RelativeRect</a></code>
|
165
|
+
<li><code><a href="./RubyXL/CT_SRgbColor.html">CT_SRgbColor</a></code>
|
166
|
+
<li><code><a href="./RubyXL/CT_ScRgbColor.html">CT_ScRgbColor</a></code>
|
167
|
+
<li><code><a href="./RubyXL/CT_Scene3D.html">CT_Scene3D</a></code>
|
168
|
+
<li><code><a href="./RubyXL/CT_SchemeColor.html">CT_SchemeColor</a></code>
|
169
|
+
<li><code><a href="./RubyXL/CT_Shape3D.html">CT_Shape3D</a></code>
|
170
|
+
<li><code><a href="./RubyXL/CT_ShapeStyle.html">CT_ShapeStyle</a></code>
|
171
|
+
<li><code><a href="./RubyXL/CT_SoftEdgesEffect.html">CT_SoftEdgesEffect</a></code>
|
172
|
+
<li><code><a href="./RubyXL/CT_SphereCoords.html">CT_SphereCoords</a></code>
|
173
|
+
<li><code><a href="./RubyXL/CT_StretchInfoProperties.html">CT_StretchInfoProperties</a></code>
|
174
|
+
<li><code><a href="./RubyXL/CT_StyleMatrix.html">CT_StyleMatrix</a></code>
|
175
|
+
<li><code><a href="./RubyXL/CT_StyleMatrixReference.html">CT_StyleMatrixReference</a></code>
|
176
|
+
<li><code><a href="./RubyXL/CT_SupplementalFont.html">CT_SupplementalFont</a></code>
|
177
|
+
<li><code><a href="./RubyXL/CT_SystemColor.html">CT_SystemColor</a></code>
|
178
|
+
<li><code><a href="./RubyXL/CT_TextAutonumberBullet.html">CT_TextAutonumberBullet</a></code>
|
179
|
+
<li><code><a href="./RubyXL/CT_TextBlipBullet.html">CT_TextBlipBullet</a></code>
|
180
|
+
<li><code><a href="./RubyXL/CT_TextCharBullet.html">CT_TextCharBullet</a></code>
|
181
|
+
<li><code><a href="./RubyXL/CT_TextCharacterProperties.html">CT_TextCharacterProperties</a></code>
|
182
|
+
<li><code><a href="./RubyXL/CT_TextFont.html">CT_TextFont</a></code>
|
183
|
+
<li><code><a href="./RubyXL/CT_TextListStyle.html">CT_TextListStyle</a></code>
|
184
|
+
<li><code><a href="./RubyXL/CT_TextNormalAutofit.html">CT_TextNormalAutofit</a></code>
|
185
|
+
<li><code><a href="./RubyXL/CT_TextParagraphProperties.html">CT_TextParagraphProperties</a></code>
|
186
|
+
<li><code><a href="./RubyXL/CT_TextSpacing.html">CT_TextSpacing</a></code>
|
187
|
+
<li><code><a href="./RubyXL/CT_TextTabStop.html">CT_TextTabStop</a></code>
|
188
|
+
<li><code><a href="./RubyXL/CT_TextTabStopList.html">CT_TextTabStopList</a></code>
|
189
|
+
<li><code><a href="./RubyXL/CT_TileInfoProperties.html">CT_TileInfoProperties</a></code>
|
190
|
+
<li><code><a href="./RubyXL/CT_TintEffect.html">CT_TintEffect</a></code>
|
191
|
+
<li><code><a href="./RubyXL/CT_Transform2D.html">CT_Transform2D</a></code>
|
192
|
+
<li><code><a href="./RubyXL/CT_TransformEffect.html">CT_TransformEffect</a></code>
|
193
|
+
<li><code><a href="./RubyXL/CT_Vector3D.html">CT_Vector3D</a></code>
|
194
|
+
<li><code><a href="./RubyXL/CT_XYAdjustHandle.html">CT_XYAdjustHandle</a></code>
|
195
|
+
<li><code><a href="./RubyXL/CalculationChain.html">CalculationChain</a></code>
|
196
|
+
<li><code><a href="./RubyXL/CalculationChainCell.html">CalculationChainCell</a></code>
|
197
|
+
<li><code><a href="./RubyXL/CalculationProperties.html">CalculationProperties</a></code>
|
198
|
+
<li><code><a href="./RubyXL/Cell.html">Cell</a></code>
|
199
|
+
<li><code><a href="./RubyXL/CellConvenienceMethods.html">CellConvenienceMethods</a></code>
|
200
|
+
<li><code><a href="./RubyXL/CellExt.html">CellExt</a></code>
|
201
|
+
<li><code><a href="./RubyXL/CellSmartTag.html">CellSmartTag</a></code>
|
202
|
+
<li><code><a href="./RubyXL/CellSmartTagProperty.html">CellSmartTagProperty</a></code>
|
203
|
+
<li><code><a href="./RubyXL/CellSmartTags.html">CellSmartTags</a></code>
|
204
|
+
<li><code><a href="./RubyXL/CellStyle.html">CellStyle</a></code>
|
205
|
+
<li><code><a href="./RubyXL/CellStyleXFs.html">CellStyleXFs</a></code>
|
206
|
+
<li><code><a href="./RubyXL/CellStyles.html">CellStyles</a></code>
|
207
|
+
<li><code><a href="./RubyXL/CellValue.html">CellValue</a></code>
|
208
|
+
<li><code><a href="./RubyXL/CellWatch.html">CellWatch</a></code>
|
209
|
+
<li><code><a href="./RubyXL/CellWatches.html">CellWatches</a></code>
|
210
|
+
<li><code><a href="./RubyXL/CellXFs.html">CellXFs</a></code>
|
211
|
+
<li><code><a href="./RubyXL/ChartColorsFile.html">ChartColorsFile</a></code>
|
212
|
+
<li><code><a href="./RubyXL/ChartFile.html">ChartFile</a></code>
|
213
|
+
<li><code><a href="./RubyXL/ChartStyleFile.html">ChartStyleFile</a></code>
|
214
|
+
<li><code><a href="./RubyXL/ChartUserShapesFile.html">ChartUserShapesFile</a></code>
|
215
|
+
<li><code><a href="./RubyXL/Chartsheet.html">Chartsheet</a></code>
|
216
|
+
<li><code><a href="./RubyXL/ChartsheetPageSetup.html">ChartsheetPageSetup</a></code>
|
217
|
+
<li><code><a href="./RubyXL/ChartsheetProperties.html">ChartsheetProperties</a></code>
|
218
|
+
<li><code><a href="./RubyXL/ChartsheetProtection.html">ChartsheetProtection</a></code>
|
219
|
+
<li><code><a href="./RubyXL/ChartsheetView.html">ChartsheetView</a></code>
|
220
|
+
<li><code><a href="./RubyXL/ChartsheetViews.html">ChartsheetViews</a></code>
|
221
|
+
<li><code><a href="./RubyXL/Color.html">Color</a></code>
|
222
|
+
<li><details><summary><code><a href="./RubyXL/ColorConvenienceClasses.html">ColorConvenienceClasses</a></code></summary>
|
223
|
+
<ul class="link-list">
|
224
|
+
<li><code><a href="./RubyXL/ColorConvenienceClasses/HlsColor.html">HlsColor</a></code>
|
225
|
+
<li><code><a href="./RubyXL/ColorConvenienceClasses/RgbColor.html">RgbColor</a></code>
|
226
|
+
</ul></details>
|
227
|
+
<li><code><a href="./RubyXL/ColorConvenienceMethods.html">ColorConvenienceMethods</a></code>
|
228
|
+
<li><code><a href="./RubyXL/ColorFilter.html">ColorFilter</a></code>
|
229
|
+
<li><code><a href="./RubyXL/ColorScale.html">ColorScale</a></code>
|
230
|
+
<li><code><a href="./RubyXL/ColorSet.html">ColorSet</a></code>
|
231
|
+
<li><code><a href="./RubyXL/Colors.html">Colors</a></code>
|
232
|
+
<li><code><a href="./RubyXL/ColumnRange.html">ColumnRange</a></code>
|
233
|
+
<li><code><a href="./RubyXL/ColumnRanges.html">ColumnRanges</a></code>
|
234
|
+
<li><code><a href="./RubyXL/Comment.html">Comment</a></code>
|
235
|
+
<li><code><a href="./RubyXL/CommentList.html">CommentList</a></code>
|
236
|
+
<li><code><a href="./RubyXL/CommentsFile.html">CommentsFile</a></code>
|
237
|
+
<li><code><a href="./RubyXL/ConditionalFormatValue.html">ConditionalFormatValue</a></code>
|
238
|
+
<li><code><a href="./RubyXL/ConditionalFormatting.html">ConditionalFormatting</a></code>
|
239
|
+
<li><code><a href="./RubyXL/ConditionalFormattingRule.html">ConditionalFormattingRule</a></code>
|
240
|
+
<li><code><a href="./RubyXL/Connection.html">Connection</a></code>
|
241
|
+
<li><code><a href="./RubyXL/ConnectionTable.html">ConnectionTable</a></code>
|
242
|
+
<li><code><a href="./RubyXL/ConnectionTables.html">ConnectionTables</a></code>
|
243
|
+
<li><code><a href="./RubyXL/ConnectionTextField.html">ConnectionTextField</a></code>
|
244
|
+
<li><code><a href="./RubyXL/ConnectionTextFields.html">ConnectionTextFields</a></code>
|
245
|
+
<li><code><a href="./RubyXL/Connections.html">Connections</a></code>
|
246
|
+
<li><code><a href="./RubyXL/ContentTypeDefault.html">ContentTypeDefault</a></code>
|
247
|
+
<li><code><a href="./RubyXL/ContentTypeOverride.html">ContentTypeOverride</a></code>
|
248
|
+
<li><code><a href="./RubyXL/ContentTypes.html">ContentTypes</a></code>
|
249
|
+
<li><code><a href="./RubyXL/ControlPropertiesFile.html">ControlPropertiesFile</a></code>
|
250
|
+
<li><code><a href="./RubyXL/CorePropertiesFile.html">CorePropertiesFile</a></code>
|
251
|
+
<li><code><a href="./RubyXL/CustomColor.html">CustomColor</a></code>
|
252
|
+
<li><code><a href="./RubyXL/CustomColorList.html">CustomColorList</a></code>
|
253
|
+
<li><code><a href="./RubyXL/CustomFilter.html">CustomFilter</a></code>
|
254
|
+
<li><code><a href="./RubyXL/CustomFilters.html">CustomFilters</a></code>
|
255
|
+
<li><code><a href="./RubyXL/CustomGeometry.html">CustomGeometry</a></code>
|
256
|
+
<li><code><a href="./RubyXL/CustomProperties.html">CustomProperties</a></code>
|
257
|
+
<li><code><a href="./RubyXL/CustomPropertiesFile.html">CustomPropertiesFile</a></code>
|
258
|
+
<li><code><a href="./RubyXL/CustomProperty.html">CustomProperty</a></code>
|
259
|
+
<li><code><a href="./RubyXL/CustomPropertyFile.html">CustomPropertyFile</a></code>
|
260
|
+
<li><code><a href="./RubyXL/CustomSheetView.html">CustomSheetView</a></code>
|
261
|
+
<li><code><a href="./RubyXL/CustomSheetViews.html">CustomSheetViews</a></code>
|
262
|
+
<li><code><a href="./RubyXL/CustomWorkbookView.html">CustomWorkbookView</a></code>
|
263
|
+
<li><code><a href="./RubyXL/CustomWorkbookViews.html">CustomWorkbookViews</a></code>
|
264
|
+
<li><code><a href="./RubyXL/CustomXMLFile.html">CustomXMLFile</a></code>
|
265
|
+
<li><code><a href="./RubyXL/DXF.html">DXF</a></code>
|
266
|
+
<li><code><a href="./RubyXL/DXFs.html">DXFs</a></code>
|
267
|
+
<li><code><a href="./RubyXL/DataBar.html">DataBar</a></code>
|
268
|
+
<li><code><a href="./RubyXL/DataConsolidate.html">DataConsolidate</a></code>
|
269
|
+
<li><code><a href="./RubyXL/DataConsolidationReference.html">DataConsolidationReference</a></code>
|
270
|
+
<li><code><a href="./RubyXL/DataConsolidationReferences.html">DataConsolidationReferences</a></code>
|
271
|
+
<li><code><a href="./RubyXL/DataType.html">DataType</a></code>
|
272
|
+
<li><code><a href="./RubyXL/DataValidation.html">DataValidation</a></code>
|
273
|
+
<li><code><a href="./RubyXL/DataValidations.html">DataValidations</a></code>
|
274
|
+
<li><code><a href="./RubyXL/DateGroupItem.html">DateGroupItem</a></code>
|
275
|
+
<li><code><a href="./RubyXL/DefinedName.html">DefinedName</a></code>
|
276
|
+
<li><code><a href="./RubyXL/DefinedNameExt.html">DefinedNameExt</a></code>
|
277
|
+
<li><code><a href="./RubyXL/DefinedNames.html">DefinedNames</a></code>
|
278
|
+
<li><code><a href="./RubyXL/DefinedNamesExt.html">DefinedNamesExt</a></code>
|
279
|
+
<li><code><a href="./RubyXL/DocumentPropertiesFile.html">DocumentPropertiesFile</a></code>
|
280
|
+
<li><code><a href="./RubyXL/DrawingFile.html">DrawingFile</a></code>
|
281
|
+
<li><code><a href="./RubyXL/DynamicFilter.html">DynamicFilter</a></code>
|
282
|
+
<li><code><a href="./RubyXL/EmbeddedControl.html">EmbeddedControl</a></code>
|
283
|
+
<li><code><a href="./RubyXL/EmbeddedControls.html">EmbeddedControls</a></code>
|
284
|
+
<li><code><a href="./RubyXL/Extension.html">Extension</a></code>
|
285
|
+
<li><code><a href="./RubyXL/ExtensionStorageArea.html">ExtensionStorageArea</a></code>
|
286
|
+
<li><code><a href="./RubyXL/Extents.html">Extents</a></code>
|
287
|
+
<li><code><a href="./RubyXL/ExternalBook.html">ExternalBook</a></code>
|
288
|
+
<li><code><a href="./RubyXL/ExternalLinksFile.html">ExternalLinksFile</a></code>
|
289
|
+
<li><code><a href="./RubyXL/ExternalReference.html">ExternalReference</a></code>
|
290
|
+
<li><code><a href="./RubyXL/ExternalReferences.html">ExternalReferences</a></code>
|
291
|
+
<li><code><a href="./RubyXL/ExtraColorSchemeList.html">ExtraColorSchemeList</a></code>
|
292
|
+
<li><code><a href="./RubyXL/FieldItem.html">FieldItem</a></code>
|
293
|
+
<li><code><a href="./RubyXL/FileRecoveryProperties.html">FileRecoveryProperties</a></code>
|
294
|
+
<li><code><a href="./RubyXL/FileSharing.html">FileSharing</a></code>
|
295
|
+
<li><code><a href="./RubyXL/FileVersion.html">FileVersion</a></code>
|
296
|
+
<li><code><a href="./RubyXL/Fill.html">Fill</a></code>
|
297
|
+
<li><code><a href="./RubyXL/Fills.html">Fills</a></code>
|
298
|
+
<li><code><a href="./RubyXL/FilterContainer.html">FilterContainer</a></code>
|
299
|
+
<li><code><a href="./RubyXL/FloatNode.html">FloatNode</a></code>
|
300
|
+
<li><code><a href="./RubyXL/FloatValue.html">FloatValue</a></code>
|
301
|
+
<li><code><a href="./RubyXL/Font.html">Font</a></code>
|
302
|
+
<li><code><a href="./RubyXL/FontConvenienceMethods.html">FontConvenienceMethods</a></code>
|
303
|
+
<li><code><a href="./RubyXL/FontScheme.html">FontScheme</a></code>
|
304
|
+
<li><code><a href="./RubyXL/Fonts.html">Fonts</a></code>
|
305
|
+
<li><code><a href="./RubyXL/Formula.html">Formula</a></code>
|
306
|
+
<li><code><a href="./RubyXL/FunctionGroup.html">FunctionGroup</a></code>
|
307
|
+
<li><code><a href="./RubyXL/FunctionGroups.html">FunctionGroups</a></code>
|
308
|
+
<li><code><a href="./RubyXL/GenericStorageObject.html">GenericStorageObject</a></code>
|
309
|
+
<li><code><a href="./RubyXL/GradientFill.html">GradientFill</a></code>
|
310
|
+
<li><code><a href="./RubyXL/HeaderFooterSettings.html">HeaderFooterSettings</a></code>
|
311
|
+
<li><code><a href="./RubyXL/Hyperlink.html">Hyperlink</a></code>
|
312
|
+
<li><code><a href="./RubyXL/HyperlinkRelFile.html">HyperlinkRelFile</a></code>
|
313
|
+
<li><code><a href="./RubyXL/Hyperlinks.html">Hyperlinks</a></code>
|
314
|
+
<li><code><a href="./RubyXL/IconFilter.html">IconFilter</a></code>
|
315
|
+
<li><code><a href="./RubyXL/IconSet.html">IconSet</a></code>
|
316
|
+
<li><code><a href="./RubyXL/IgnoredError.html">IgnoredError</a></code>
|
317
|
+
<li><code><a href="./RubyXL/IgnoredErrors.html">IgnoredErrors</a></code>
|
318
|
+
<li><code><a href="./RubyXL/IndexedColors.html">IndexedColors</a></code>
|
319
|
+
<li><code><a href="./RubyXL/InputCells.html">InputCells</a></code>
|
320
|
+
<li><code><a href="./RubyXL/IntegerNode.html">IntegerNode</a></code>
|
321
|
+
<li><code><a href="./RubyXL/IntegerValue.html">IntegerValue</a></code>
|
322
|
+
<li><code><a href="./RubyXL/LegacyCell.html">LegacyCell</a></code>
|
323
|
+
<li><code><a href="./RubyXL/LegacyWorksheet.html">LegacyWorksheet</a></code>
|
324
|
+
<li><code><a href="./RubyXL/MRUColors.html">MRUColors</a></code>
|
325
|
+
<li><code><a href="./RubyXL/MacrosFile.html">MacrosFile</a></code>
|
326
|
+
<li><code><a href="./RubyXL/MergedCell.html">MergedCell</a></code>
|
327
|
+
<li><code><a href="./RubyXL/MergedCells.html">MergedCells</a></code>
|
328
|
+
<li><code><a href="./RubyXL/NumFmt.html">NumFmt</a></code>
|
329
|
+
<li><code><a href="./RubyXL/NumberFormat.html">NumberFormat</a></code>
|
330
|
+
<li><code><a href="./RubyXL/NumberFormats.html">NumberFormats</a></code>
|
331
|
+
<li><code><a href="./RubyXL/OLEObject.html">OLEObject</a></code>
|
332
|
+
<li><code><a href="./RubyXL/OLEObjectFile.html">OLEObjectFile</a></code>
|
333
|
+
<li><code><a href="./RubyXL/OLEObjects.html">OLEObjects</a></code>
|
334
|
+
<li><code><a href="./RubyXL/OLESize.html">OLESize</a></code>
|
335
|
+
<li><code><a href="./RubyXL/OOXMLContainerObject.html">OOXMLContainerObject</a></code>
|
336
|
+
<li><code><a href="./RubyXL/OOXMLIgnored.html">OOXMLIgnored</a></code>
|
337
|
+
<li><code><a href="./RubyXL/OOXMLObject.html">OOXMLObject</a></code>
|
338
|
+
<li><code><a href="./RubyXL/OOXMLObjectClassMethods.html">OOXMLObjectClassMethods</a></code>
|
339
|
+
<li><code><a href="./RubyXL/OOXMLObjectInstanceMethods.html">OOXMLObjectInstanceMethods</a></code>
|
340
|
+
<li><code><a href="./RubyXL/OOXMLRelationshipsFile.html">OOXMLRelationshipsFile</a></code>
|
341
|
+
<li><code><a href="./RubyXL/OOXMLTopLevelObject.html">OOXMLTopLevelObject</a></code>
|
342
|
+
<li><code><a href="./RubyXL/OdbcOleDbProperties.html">OdbcOleDbProperties</a></code>
|
343
|
+
<li><code><a href="./RubyXL/Offset.html">Offset</a></code>
|
344
|
+
<li><code><a href="./RubyXL/OlapProperties.html">OlapProperties</a></code>
|
345
|
+
<li><code><a href="./RubyXL/OleItem.html">OleItem</a></code>
|
346
|
+
<li><code><a href="./RubyXL/OleItems.html">OleItems</a></code>
|
347
|
+
<li><code><a href="./RubyXL/OleLink.html">OleLink</a></code>
|
348
|
+
<li><code><a href="./RubyXL/OutlineProperties.html">OutlineProperties</a></code>
|
349
|
+
<li><code><a href="./RubyXL/PageMargins.html">PageMargins</a></code>
|
350
|
+
<li><code><a href="./RubyXL/PageSetup.html">PageSetup</a></code>
|
351
|
+
<li><code><a href="./RubyXL/PageSetupProperties.html">PageSetupProperties</a></code>
|
352
|
+
<li><code><a href="./RubyXL/Pane.html">Pane</a></code>
|
353
|
+
<li><code><a href="./RubyXL/Parser.html">Parser</a></code>
|
354
|
+
<li><code><a href="./RubyXL/PatternFill.html">PatternFill</a></code>
|
355
|
+
<li><code><a href="./RubyXL/PersonMetadata.html">PersonMetadata</a></code>
|
356
|
+
<li><code><a href="./RubyXL/PhoneticProperties.html">PhoneticProperties</a></code>
|
357
|
+
<li><code><a href="./RubyXL/PhoneticRun.html">PhoneticRun</a></code>
|
358
|
+
<li><code><a href="./RubyXL/PivotArea.html">PivotArea</a></code>
|
359
|
+
<li><code><a href="./RubyXL/PivotCache.html">PivotCache</a></code>
|
360
|
+
<li><code><a href="./RubyXL/PivotCacheDefinitionFile.html">PivotCacheDefinitionFile</a></code>
|
361
|
+
<li><code><a href="./RubyXL/PivotCacheRecordsFile.html">PivotCacheRecordsFile</a></code>
|
362
|
+
<li><code><a href="./RubyXL/PivotCaches.html">PivotCaches</a></code>
|
363
|
+
<li><code><a href="./RubyXL/PivotReference.html">PivotReference</a></code>
|
364
|
+
<li><code><a href="./RubyXL/PivotReferences.html">PivotReferences</a></code>
|
365
|
+
<li><code><a href="./RubyXL/PivotTableFile.html">PivotTableFile</a></code>
|
366
|
+
<li><code><a href="./RubyXL/PivotTableSelection.html">PivotTableSelection</a></code>
|
367
|
+
<li><code><a href="./RubyXL/PresetGeometry.html">PresetGeometry</a></code>
|
368
|
+
<li><code><a href="./RubyXL/PrintOptions.html">PrintOptions</a></code>
|
369
|
+
<li><code><a href="./RubyXL/PrinterSettingsFile.html">PrinterSettingsFile</a></code>
|
370
|
+
<li><code><a href="./RubyXL/ProtectedRange.html">ProtectedRange</a></code>
|
371
|
+
<li><code><a href="./RubyXL/ProtectedRanges.html">ProtectedRanges</a></code>
|
372
|
+
<li><code><a href="./RubyXL/Protection.html">Protection</a></code>
|
373
|
+
<li><code><a href="./RubyXL/QueryParameter.html">QueryParameter</a></code>
|
374
|
+
<li><code><a href="./RubyXL/QueryParameters.html">QueryParameters</a></code>
|
375
|
+
<li><code><a href="./RubyXL/QueryTable.html">QueryTable</a></code>
|
376
|
+
<li><code><a href="./RubyXL/QueryTableDeletedField.html">QueryTableDeletedField</a></code>
|
377
|
+
<li><code><a href="./RubyXL/QueryTableDeletedFields.html">QueryTableDeletedFields</a></code>
|
378
|
+
<li><code><a href="./RubyXL/QueryTableField.html">QueryTableField</a></code>
|
379
|
+
<li><code><a href="./RubyXL/QueryTableFields.html">QueryTableFields</a></code>
|
380
|
+
<li><code><a href="./RubyXL/QueryTableRefresh.html">QueryTableRefresh</a></code>
|
381
|
+
<li><code><a href="./RubyXL/RID.html">RID</a></code>
|
382
|
+
<li><code><a href="./RubyXL/RawOOXML.html">RawOOXML</a></code>
|
383
|
+
<li><code><a href="./RubyXL/Reference.html">Reference</a></code>
|
384
|
+
<li><code><a href="./RubyXL/Relationship.html">Relationship</a></code>
|
385
|
+
<li><details><summary><code><a href="./RubyXL/RelationshipSupport.html">RelationshipSupport</a></code></summary>
|
386
|
+
<ul class="link-list">
|
387
|
+
<li><code><a href="./RubyXL/RelationshipSupport/ClassMehods.html">ClassMehods</a></code>
|
388
|
+
</ul></details>
|
389
|
+
<li><code><a href="./RubyXL/RevisionPointer.html">RevisionPointer</a></code>
|
390
|
+
<li><code><a href="./RubyXL/RichText.html">RichText</a></code>
|
391
|
+
<li><code><a href="./RubyXL/RichTextRun.html">RichTextRun</a></code>
|
392
|
+
<li><code><a href="./RubyXL/Row.html">Row</a></code>
|
393
|
+
<li><code><a href="./RubyXL/RowExt.html">RowExt</a></code>
|
394
|
+
<li><code><a href="./RubyXL/RunProperties.html">RunProperties</a></code>
|
395
|
+
<li><code><a href="./RubyXL/Scenario.html">Scenario</a></code>
|
396
|
+
<li><code><a href="./RubyXL/Scenarios.html">Scenarios</a></code>
|
397
|
+
<li><code><a href="./RubyXL/Selection.html">Selection</a></code>
|
398
|
+
<li><code><a href="./RubyXL/ShapeGuide.html">ShapeGuide</a></code>
|
399
|
+
<li><code><a href="./RubyXL/ShapeTextRectangle.html">ShapeTextRectangle</a></code>
|
400
|
+
<li><code><a href="./RubyXL/SharedStringsTable.html">SharedStringsTable</a></code>
|
401
|
+
<li><code><a href="./RubyXL/Sheet.html">Sheet</a></code>
|
402
|
+
<li><code><a href="./RubyXL/SheetCalculationProperties.html">SheetCalculationProperties</a></code>
|
403
|
+
<li><code><a href="./RubyXL/SheetData.html">SheetData</a></code>
|
404
|
+
<li><code><a href="./RubyXL/SheetDataExt.html">SheetDataExt</a></code>
|
405
|
+
<li><code><a href="./RubyXL/SheetDataSet.html">SheetDataSet</a></code>
|
406
|
+
<li><code><a href="./RubyXL/SheetMetadata.html">SheetMetadata</a></code>
|
407
|
+
<li><code><a href="./RubyXL/SheetName.html">SheetName</a></code>
|
408
|
+
<li><code><a href="./RubyXL/SheetNames.html">SheetNames</a></code>
|
409
|
+
<li><code><a href="./RubyXL/Sheets.html">Sheets</a></code>
|
410
|
+
<li><code><a href="./RubyXL/SlicerCacheFile.html">SlicerCacheFile</a></code>
|
411
|
+
<li><code><a href="./RubyXL/SlicerFile.html">SlicerFile</a></code>
|
412
|
+
<li><code><a href="./RubyXL/SmartTagProperties.html">SmartTagProperties</a></code>
|
413
|
+
<li><code><a href="./RubyXL/SmartTagType.html">SmartTagType</a></code>
|
414
|
+
<li><code><a href="./RubyXL/SmartTagTypes.html">SmartTagTypes</a></code>
|
415
|
+
<li><code><a href="./RubyXL/SmartTags.html">SmartTags</a></code>
|
416
|
+
<li><code><a href="./RubyXL/SortCondition.html">SortCondition</a></code>
|
417
|
+
<li><code><a href="./RubyXL/SortState.html">SortState</a></code>
|
418
|
+
<li><code><a href="./RubyXL/Sqref.html">Sqref</a></code>
|
419
|
+
<li><code><a href="./RubyXL/Stop.html">Stop</a></code>
|
420
|
+
<li><code><a href="./RubyXL/StringNode.html">StringNode</a></code>
|
421
|
+
<li><code><a href="./RubyXL/StringNodeW3C.html">StringNodeW3C</a></code>
|
422
|
+
<li><code><a href="./RubyXL/StringValue.html">StringValue</a></code>
|
423
|
+
<li><code><a href="./RubyXL/Stylesheet.html">Stylesheet</a></code>
|
424
|
+
<li><code><a href="./RubyXL/TableFile.html">TableFile</a></code>
|
425
|
+
<li><code><a href="./RubyXL/TableParts.html">TableParts</a></code>
|
426
|
+
<li><code><a href="./RubyXL/TableStyle.html">TableStyle</a></code>
|
427
|
+
<li><code><a href="./RubyXL/TableStyles.html">TableStyles</a></code>
|
428
|
+
<li><code><a href="./RubyXL/Text.html">Text</a></code>
|
429
|
+
<li><code><a href="./RubyXL/TextImportSettings.html">TextImportSettings</a></code>
|
430
|
+
<li><code><a href="./RubyXL/Theme.html">Theme</a></code>
|
431
|
+
<li><code><a href="./RubyXL/ThemeElements.html">ThemeElements</a></code>
|
432
|
+
<li><code><a href="./RubyXL/ThumbnailFile.html">ThumbnailFile</a></code>
|
433
|
+
<li><code><a href="./RubyXL/Top10.html">Top10</a></code>
|
434
|
+
<li><code><a href="./RubyXL/VMLDrawingFile.html">VMLDrawingFile</a></code>
|
435
|
+
<li><code><a href="./RubyXL/Variant.html">Variant</a></code>
|
436
|
+
<li><code><a href="./RubyXL/Vector.html">Vector</a></code>
|
437
|
+
<li><code><a href="./RubyXL/VectorValue.html">VectorValue</a></code>
|
438
|
+
<li><code><a href="./RubyXL/VisualProperties.html">VisualProperties</a></code>
|
439
|
+
<li><code><a href="./RubyXL/WebPublishObject.html">WebPublishObject</a></code>
|
440
|
+
<li><code><a href="./RubyXL/WebPublishObjects.html">WebPublishObjects</a></code>
|
441
|
+
<li><code><a href="./RubyXL/WebPublishingItem.html">WebPublishingItem</a></code>
|
442
|
+
<li><code><a href="./RubyXL/WebPublishingItems.html">WebPublishingItems</a></code>
|
443
|
+
<li><code><a href="./RubyXL/WebPublishingProperties.html">WebPublishingProperties</a></code>
|
444
|
+
<li><code><a href="./RubyXL/WebQueryProperties.html">WebQueryProperties</a></code>
|
445
|
+
<li><code><a href="./RubyXL/Workbook.html">Workbook</a></code>
|
446
|
+
<li><code><a href="./RubyXL/WorkbookConvenienceMethods.html">WorkbookConvenienceMethods</a></code>
|
447
|
+
<li><code><a href="./RubyXL/WorkbookProperties.html">WorkbookProperties</a></code>
|
448
|
+
<li><code><a href="./RubyXL/WorkbookProtection.html">WorkbookProtection</a></code>
|
449
|
+
<li><code><a href="./RubyXL/WorkbookRoot.html">WorkbookRoot</a></code>
|
450
|
+
<li><code><a href="./RubyXL/WorkbookView.html">WorkbookView</a></code>
|
451
|
+
<li><code><a href="./RubyXL/WorkbookViews.html">WorkbookViews</a></code>
|
452
|
+
<li><code><a href="./RubyXL/Worksheet.html">Worksheet</a></code>
|
453
|
+
<li><code><a href="./RubyXL/WorksheetConvenienceMethods.html">WorksheetConvenienceMethods</a></code>
|
454
|
+
<li><code><a href="./RubyXL/WorksheetDimensions.html">WorksheetDimensions</a></code>
|
455
|
+
<li><code><a href="./RubyXL/WorksheetFormatProperties.html">WorksheetFormatProperties</a></code>
|
456
|
+
<li><code><a href="./RubyXL/WorksheetProperties.html">WorksheetProperties</a></code>
|
457
|
+
<li><code><a href="./RubyXL/WorksheetProtection.html">WorksheetProtection</a></code>
|
458
|
+
<li><code><a href="./RubyXL/WorksheetView.html">WorksheetView</a></code>
|
459
|
+
<li><code><a href="./RubyXL/WorksheetViews.html">WorksheetViews</a></code>
|
460
|
+
<li><code><a href="./RubyXL/XF.html">XF</a></code>
|
461
|
+
</ul></details>
|
455
462
|
</div>
|
456
463
|
|
457
464
|
</div>
|
458
465
|
</nav>
|
459
466
|
|
460
467
|
<main role="main">
|
461
|
-
<p>This is the API documentation for rubyXL 3.4.
|
468
|
+
<p>This is the API documentation for rubyXL 3.4.27.
|
462
469
|
</main>
|
463
470
|
|
464
471
|
|
465
472
|
<footer id="validator-badges" role="contentinfo">
|
466
473
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
467
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
474
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.3.1.
|
468
475
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
469
476
|
</footer>
|
470
477
|
|