rubyXL 3.4.14 → 3.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +69 -44
- data/README.rdoc +9 -1
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/lib/rubyXL/convenience_methods/cell.rb +1 -1
- data/lib/rubyXL/convenience_methods/worksheet.rb +77 -0
- data/lib/rubyXL/objects/chartsheet.rb +1 -1
- data/lib/rubyXL/objects/data_validation.rb +2 -0
- data/lib/rubyXL/objects/external_links.rb +25 -1
- data/lib/rubyXL/objects/ooxml_object.rb +5 -0
- data/lib/rubyXL/objects/relationships.rb +1 -1
- data/lib/rubyXL/objects/sheet_data.rb +2 -1
- data/lib/rubyXL/objects/storage.rb +1 -0
- data/lib/rubyXL/objects/theme.rb +1 -1
- data/lib/rubyXL/objects/workbook.rb +12 -6
- data/lib/rubyXL/objects/worksheet.rb +7 -7
- data/lib/rubyXL/worksheet.rb +1 -1
- data/rdoc/README_rdoc.html +16 -7
- data/rdoc/RubyXL.html +6 -319
- data/rdoc/RubyXL/AExtension.html +9 -49
- data/rdoc/RubyXL/AExtensionStorageArea.html +5 -12
- data/rdoc/RubyXL/ActiveX.html +11 -40
- data/rdoc/RubyXL/ActiveXBinary.html +5 -17
- data/rdoc/RubyXL/AdjustHandleList.html +5 -12
- data/rdoc/RubyXL/Alignment.html +5 -12
- data/rdoc/RubyXL/AlternateContent.html +5 -12
- data/rdoc/RubyXL/Authors.html +5 -12
- data/rdoc/RubyXL/AutoFilter.html +5 -12
- data/rdoc/RubyXL/AutoFilterColumn.html +5 -12
- data/rdoc/RubyXL/BinaryImageFile.html +5 -20
- data/rdoc/RubyXL/BodyProperties.html +5 -12
- data/rdoc/RubyXL/BooleanNode.html +5 -12
- data/rdoc/RubyXL/BooleanValue.html +5 -12
- data/rdoc/RubyXL/Border.html +8 -68
- data/rdoc/RubyXL/BorderEdge.html +8 -42
- data/rdoc/RubyXL/Borders.html +8 -29
- data/rdoc/RubyXL/Break.html +5 -12
- data/rdoc/RubyXL/BreakList.html +5 -12
- data/rdoc/RubyXL/CT_AdjPoint2D.html +5 -12
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +5 -12
- data/rdoc/RubyXL/CT_Backdrop.html +5 -12
- data/rdoc/RubyXL/CT_Bevel.html +5 -12
- data/rdoc/RubyXL/CT_BiLevelEffect.html +5 -12
- data/rdoc/RubyXL/CT_BlendEffect.html +5 -12
- data/rdoc/RubyXL/CT_Blip.html +5 -12
- data/rdoc/RubyXL/CT_BlipFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_BlurEffect.html +5 -12
- data/rdoc/RubyXL/CT_Camera.html +5 -12
- data/rdoc/RubyXL/CT_Color.html +5 -12
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +5 -12
- data/rdoc/RubyXL/CT_ColorMapping.html +5 -12
- data/rdoc/RubyXL/CT_ColorScheme.html +5 -12
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +5 -12
- data/rdoc/RubyXL/CT_ConnectionSite.html +5 -12
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +5 -12
- data/rdoc/RubyXL/CT_DashStop.html +5 -12
- data/rdoc/RubyXL/CT_DashStopList.html +5 -12
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +5 -12
- data/rdoc/RubyXL/CT_DuotoneEffect.html +5 -12
- data/rdoc/RubyXL/CT_EffectContainer.html +5 -12
- data/rdoc/RubyXL/CT_EffectList.html +5 -12
- data/rdoc/RubyXL/CT_EffectReference.html +5 -12
- data/rdoc/RubyXL/CT_EffectStyleItem.html +5 -12
- data/rdoc/RubyXL/CT_EffectStyleList.html +5 -12
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +5 -12
- data/rdoc/RubyXL/CT_FillEffect.html +5 -12
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +5 -12
- data/rdoc/RubyXL/CT_FillStyleList.html +5 -12
- data/rdoc/RubyXL/CT_FlatText.html +5 -12
- data/rdoc/RubyXL/CT_FontCollection.html +5 -12
- data/rdoc/RubyXL/CT_FontReference.html +5 -12
- data/rdoc/RubyXL/CT_GeomGuideList.html +5 -12
- data/rdoc/RubyXL/CT_GlowEffect.html +5 -12
- data/rdoc/RubyXL/CT_GradientFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_GradientStop.html +5 -12
- data/rdoc/RubyXL/CT_GradientStopList.html +5 -12
- data/rdoc/RubyXL/CT_HSLEffect.html +5 -12
- data/rdoc/RubyXL/CT_HslColor.html +5 -12
- data/rdoc/RubyXL/CT_Hyperlink.html +5 -12
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_LightRig.html +5 -12
- data/rdoc/RubyXL/CT_LineEndProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineStyleList.html +5 -12
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +5 -12
- data/rdoc/RubyXL/CT_LuminanceEffect.html +5 -12
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +5 -12
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_Path2D.html +5 -12
- data/rdoc/RubyXL/CT_Path2DArcTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DList.html +5 -12
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DTo.html +5 -12
- data/rdoc/RubyXL/CT_PathShadeProperties.html +5 -12
- data/rdoc/RubyXL/CT_PatternFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_Point3D.html +5 -12
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +5 -12
- data/rdoc/RubyXL/CT_PresetColor.html +5 -12
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +5 -12
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_PresetTextShape.html +5 -12
- data/rdoc/RubyXL/CT_ReflectionEffect.html +5 -12
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +5 -12
- data/rdoc/RubyXL/CT_RelativeRect.html +5 -12
- data/rdoc/RubyXL/CT_SRgbColor.html +5 -12
- data/rdoc/RubyXL/CT_ScRgbColor.html +5 -12
- data/rdoc/RubyXL/CT_Scene3D.html +5 -12
- data/rdoc/RubyXL/CT_SchemeColor.html +5 -12
- data/rdoc/RubyXL/CT_Shape3D.html +5 -12
- data/rdoc/RubyXL/CT_ShapeStyle.html +5 -12
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +5 -12
- data/rdoc/RubyXL/CT_SphereCoords.html +5 -12
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +5 -12
- data/rdoc/RubyXL/CT_StyleMatrix.html +5 -12
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +5 -12
- data/rdoc/RubyXL/CT_SupplementalFont.html +5 -12
- data/rdoc/RubyXL/CT_SystemColor.html +5 -12
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextBlipBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextCharBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +5 -12
- data/rdoc/RubyXL/CT_TextFont.html +5 -12
- data/rdoc/RubyXL/CT_TextListStyle.html +5 -12
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +5 -12
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +5 -12
- data/rdoc/RubyXL/CT_TextSpacing.html +5 -12
- data/rdoc/RubyXL/CT_TextTabStop.html +5 -12
- data/rdoc/RubyXL/CT_TextTabStopList.html +5 -12
- data/rdoc/RubyXL/CT_TileInfoProperties.html +5 -12
- data/rdoc/RubyXL/CT_TintEffect.html +5 -12
- data/rdoc/RubyXL/CT_Transform2D.html +5 -12
- data/rdoc/RubyXL/CT_TransformEffect.html +5 -12
- data/rdoc/RubyXL/CT_Vector3D.html +5 -12
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +5 -12
- data/rdoc/RubyXL/CalculationChain.html +8 -37
- data/rdoc/RubyXL/CalculationChainCell.html +5 -12
- data/rdoc/RubyXL/CalculationProperties.html +5 -12
- data/rdoc/RubyXL/Cell.html +13 -215
- data/rdoc/RubyXL/CellConvenienceMethods.html +6 -455
- data/rdoc/RubyXL/CellExt.html +5 -12
- data/rdoc/RubyXL/CellSmartTag.html +5 -12
- data/rdoc/RubyXL/CellSmartTagProperty.html +5 -12
- data/rdoc/RubyXL/CellSmartTags.html +5 -12
- data/rdoc/RubyXL/CellStyle.html +5 -12
- data/rdoc/RubyXL/CellStyleXFs.html +8 -29
- data/rdoc/RubyXL/CellStyles.html +8 -29
- data/rdoc/RubyXL/CellValue.html +8 -29
- data/rdoc/RubyXL/CellWatch.html +5 -12
- data/rdoc/RubyXL/CellWatches.html +5 -12
- data/rdoc/RubyXL/CellXFs.html +8 -29
- data/rdoc/RubyXL/ChartColorsFile.html +5 -20
- data/rdoc/RubyXL/ChartFile.html +10 -42
- data/rdoc/RubyXL/ChartStyleFile.html +5 -20
- data/rdoc/RubyXL/ChartUserShapesFile.html +5 -20
- data/rdoc/RubyXL/Chartsheet.html +10 -59
- data/rdoc/RubyXL/ChartsheetPageSetup.html +5 -12
- data/rdoc/RubyXL/ChartsheetProperties.html +5 -12
- data/rdoc/RubyXL/ChartsheetProtection.html +5 -12
- data/rdoc/RubyXL/ChartsheetView.html +5 -12
- data/rdoc/RubyXL/ChartsheetViews.html +5 -12
- data/rdoc/RubyXL/Color.html +8 -34
- data/rdoc/RubyXL/ColorConvenienceClasses.html +3 -9
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +8 -56
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +9 -71
- data/rdoc/RubyXL/ColorConvenienceMethods.html +6 -26
- data/rdoc/RubyXL/ColorFilter.html +5 -12
- data/rdoc/RubyXL/ColorScale.html +5 -12
- data/rdoc/RubyXL/ColorSet.html +5 -12
- data/rdoc/RubyXL/Colors.html +5 -12
- data/rdoc/RubyXL/ColumnRange.html +8 -60
- data/rdoc/RubyXL/ColumnRanges.html +8 -68
- data/rdoc/RubyXL/Comment.html +5 -12
- data/rdoc/RubyXL/CommentList.html +5 -12
- data/rdoc/RubyXL/CommentsFile.html +8 -42
- data/rdoc/RubyXL/ConditionalFormatValue.html +5 -12
- data/rdoc/RubyXL/ConditionalFormatting.html +5 -12
- data/rdoc/RubyXL/ConditionalFormattingRule.html +5 -12
- data/rdoc/RubyXL/Connection.html +5 -12
- data/rdoc/RubyXL/ConnectionTable.html +5 -12
- data/rdoc/RubyXL/ConnectionTables.html +5 -12
- data/rdoc/RubyXL/ConnectionTextField.html +5 -12
- data/rdoc/RubyXL/ConnectionTextFields.html +5 -12
- data/rdoc/RubyXL/Connections.html +8 -37
- data/rdoc/RubyXL/ContentTypeDefault.html +5 -12
- data/rdoc/RubyXL/ContentTypeOverride.html +5 -12
- data/rdoc/RubyXL/ContentTypes.html +8 -50
- data/rdoc/RubyXL/ControlPropertiesFile.html +7 -17
- data/rdoc/RubyXL/CorePropertiesFile.html +8 -146
- data/rdoc/RubyXL/CustomColor.html +5 -12
- data/rdoc/RubyXL/CustomColorList.html +5 -12
- data/rdoc/RubyXL/CustomFilter.html +5 -12
- data/rdoc/RubyXL/CustomFilters.html +5 -12
- data/rdoc/RubyXL/CustomGeometry.html +5 -12
- data/rdoc/RubyXL/CustomProperties.html +5 -12
- data/rdoc/RubyXL/CustomPropertiesFile.html +5 -20
- data/rdoc/RubyXL/CustomProperty.html +5 -12
- data/rdoc/RubyXL/CustomPropertyFile.html +5 -20
- data/rdoc/RubyXL/CustomSheetView.html +5 -12
- data/rdoc/RubyXL/CustomSheetViews.html +5 -12
- data/rdoc/RubyXL/CustomWorkbookView.html +5 -12
- data/rdoc/RubyXL/CustomWorkbookViews.html +5 -12
- data/rdoc/RubyXL/CustomXMLFile.html +5 -17
- data/rdoc/RubyXL/DXF.html +5 -12
- data/rdoc/RubyXL/DXFs.html +5 -12
- data/rdoc/RubyXL/DataBar.html +5 -12
- data/rdoc/RubyXL/DataConsolidate.html +5 -12
- data/rdoc/RubyXL/DataConsolidationReference.html +5 -12
- data/rdoc/RubyXL/DataConsolidationReferences.html +5 -12
- data/rdoc/RubyXL/DataType.html +3 -32
- data/rdoc/RubyXL/DataValidation.html +5 -12
- data/rdoc/RubyXL/DataValidations.html +5 -12
- data/rdoc/RubyXL/DateGroupItem.html +5 -12
- data/rdoc/RubyXL/DefinedName.html +5 -12
- data/rdoc/RubyXL/DefinedNameExt.html +5 -12
- data/rdoc/RubyXL/DefinedNames.html +5 -12
- data/rdoc/RubyXL/DefinedNamesExt.html +5 -12
- data/rdoc/RubyXL/DocumentPropertiesFile.html +8 -55
- data/rdoc/RubyXL/DrawingFile.html +10 -42
- data/rdoc/RubyXL/DynamicFilter.html +5 -12
- data/rdoc/RubyXL/EmbeddedControl.html +5 -12
- data/rdoc/RubyXL/EmbeddedControls.html +5 -12
- data/rdoc/RubyXL/Extension.html +5 -12
- data/rdoc/RubyXL/ExtensionStorageArea.html +5 -12
- data/rdoc/RubyXL/Extents.html +5 -12
- data/rdoc/RubyXL/ExternalBook.html +5 -12
- data/rdoc/RubyXL/ExternalLinksFile.html +11 -43
- data/rdoc/RubyXL/ExternalReference.html +5 -12
- data/rdoc/RubyXL/ExternalReferences.html +5 -12
- data/rdoc/RubyXL/ExtraColorSchemeList.html +5 -12
- data/rdoc/RubyXL/FieldItem.html +5 -12
- data/rdoc/RubyXL/FileRecoveryProperties.html +5 -12
- data/rdoc/RubyXL/FileSharing.html +5 -12
- data/rdoc/RubyXL/FileVersion.html +5 -12
- data/rdoc/RubyXL/Fill.html +8 -29
- data/rdoc/RubyXL/Fills.html +8 -29
- data/rdoc/RubyXL/FilterContainer.html +5 -12
- data/rdoc/RubyXL/FloatNode.html +5 -12
- data/rdoc/RubyXL/FloatValue.html +5 -12
- data/rdoc/RubyXL/Font.html +8 -34
- data/rdoc/RubyXL/FontConvenienceMethods.html +6 -195
- data/rdoc/RubyXL/FontScheme.html +5 -12
- data/rdoc/RubyXL/Fonts.html +8 -29
- data/rdoc/RubyXL/Formula.html +5 -12
- data/rdoc/RubyXL/FunctionGroup.html +5 -12
- data/rdoc/RubyXL/FunctionGroups.html +5 -12
- data/rdoc/RubyXL/GenericStorageObject.html +9 -73
- data/rdoc/RubyXL/GradientFill.html +5 -12
- data/rdoc/RubyXL/HeaderFooterSettings.html +5 -12
- data/rdoc/RubyXL/Hyperlink.html +5 -12
- data/rdoc/RubyXL/HyperlinkRelFile.html +5 -17
- data/rdoc/RubyXL/Hyperlinks.html +5 -12
- data/rdoc/RubyXL/IconFilter.html +5 -12
- data/rdoc/RubyXL/IconSet.html +5 -12
- data/rdoc/RubyXL/IgnoredError.html +5 -12
- data/rdoc/RubyXL/IgnoredErrors.html +5 -12
- data/rdoc/RubyXL/IndexedColors.html +5 -12
- data/rdoc/RubyXL/InputCells.html +5 -12
- data/rdoc/RubyXL/IntegerNode.html +5 -12
- data/rdoc/RubyXL/IntegerValue.html +5 -12
- data/rdoc/RubyXL/LegacyCell.html +6 -26
- data/rdoc/RubyXL/LegacyWorksheet.html +10 -87
- data/rdoc/RubyXL/MRUColors.html +5 -12
- data/rdoc/RubyXL/MacrosFile.html +5 -20
- data/rdoc/RubyXL/MergedCell.html +5 -12
- data/rdoc/RubyXL/MergedCells.html +5 -12
- data/rdoc/RubyXL/NumFmt.html +5 -12
- data/rdoc/RubyXL/NumberFormat.html +8 -29
- data/rdoc/RubyXL/NumberFormats.html +8 -34
- data/rdoc/RubyXL/OLEObject.html +5 -12
- data/rdoc/RubyXL/OLEObjectFile.html +5 -20
- data/rdoc/RubyXL/OLEObjects.html +5 -12
- data/rdoc/RubyXL/OLESize.html +5 -12
- data/rdoc/RubyXL/OOXMLContainerObject.html +19 -114
- data/rdoc/RubyXL/OOXMLIgnored.html +9 -44
- data/rdoc/RubyXL/OOXMLObject.html +7 -17
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +31 -81
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +18 -139
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +10 -167
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +14 -101
- data/rdoc/RubyXL/OdbcOleDbProperties.html +5 -12
- data/rdoc/RubyXL/Offset.html +5 -12
- data/rdoc/RubyXL/OlapProperties.html +5 -12
- data/rdoc/RubyXL/OleItem.html +99 -0
- data/rdoc/RubyXL/OleItems.html +99 -0
- data/rdoc/RubyXL/OleLink.html +99 -0
- data/rdoc/RubyXL/OutlineProperties.html +5 -12
- data/rdoc/RubyXL/PageMargins.html +5 -12
- data/rdoc/RubyXL/PageSetup.html +5 -12
- data/rdoc/RubyXL/PageSetupProperties.html +5 -12
- data/rdoc/RubyXL/Pane.html +5 -12
- data/rdoc/RubyXL/Parser.html +8 -42
- data/rdoc/RubyXL/PatternFill.html +5 -12
- data/rdoc/RubyXL/PhoneticProperties.html +5 -12
- data/rdoc/RubyXL/PhoneticRun.html +5 -12
- data/rdoc/RubyXL/PivotArea.html +5 -12
- data/rdoc/RubyXL/PivotCache.html +5 -12
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +7 -25
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +5 -20
- data/rdoc/RubyXL/PivotCaches.html +5 -12
- data/rdoc/RubyXL/PivotReference.html +5 -12
- data/rdoc/RubyXL/PivotReferences.html +5 -12
- data/rdoc/RubyXL/PivotTableFile.html +7 -25
- data/rdoc/RubyXL/PivotTableSelection.html +5 -12
- data/rdoc/RubyXL/PresetGeometry.html +5 -12
- data/rdoc/RubyXL/PrintOptions.html +5 -12
- data/rdoc/RubyXL/PrinterSettingsFile.html +5 -20
- data/rdoc/RubyXL/ProtectedRange.html +5 -12
- data/rdoc/RubyXL/ProtectedRanges.html +5 -12
- data/rdoc/RubyXL/Protection.html +5 -12
- data/rdoc/RubyXL/QueryParameter.html +5 -12
- data/rdoc/RubyXL/QueryParameters.html +5 -12
- data/rdoc/RubyXL/QueryTable.html +10 -42
- data/rdoc/RubyXL/QueryTableDeletedField.html +5 -12
- data/rdoc/RubyXL/QueryTableDeletedFields.html +5 -12
- data/rdoc/RubyXL/QueryTableField.html +5 -12
- data/rdoc/RubyXL/QueryTableFields.html +5 -12
- data/rdoc/RubyXL/QueryTableRefresh.html +5 -12
- data/rdoc/RubyXL/RID.html +5 -12
- data/rdoc/RubyXL/RawOOXML.html +9 -49
- data/rdoc/RubyXL/Reference.html +9 -190
- data/rdoc/RubyXL/Relationship.html +5 -12
- data/rdoc/RubyXL/RelationshipSupport.html +9 -106
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +6 -26
- data/rdoc/RubyXL/RevisionPointer.html +5 -12
- data/rdoc/RubyXL/RichText.html +8 -29
- data/rdoc/RubyXL/RichTextRun.html +8 -29
- data/rdoc/RubyXL/Row.html +17 -152
- data/rdoc/RubyXL/RowExt.html +5 -12
- data/rdoc/RubyXL/RunProperties.html +5 -12
- data/rdoc/RubyXL/Scenario.html +5 -12
- data/rdoc/RubyXL/Scenarios.html +5 -12
- data/rdoc/RubyXL/Selection.html +8 -29
- data/rdoc/RubyXL/ShapeGuide.html +5 -12
- data/rdoc/RubyXL/ShapeTextRectangle.html +5 -12
- data/rdoc/RubyXL/SharedStringsTable.html +9 -119
- data/rdoc/RubyXL/Sheet.html +5 -12
- data/rdoc/RubyXL/SheetCalculationProperties.html +5 -12
- data/rdoc/RubyXL/SheetData.html +10 -44
- data/rdoc/RubyXL/SheetDataExt.html +5 -12
- data/rdoc/RubyXL/SheetDataSet.html +5 -12
- data/rdoc/RubyXL/SheetName.html +5 -12
- data/rdoc/RubyXL/SheetNames.html +5 -12
- data/rdoc/RubyXL/Sheets.html +5 -12
- data/rdoc/RubyXL/SlicerCacheFile.html +5 -20
- data/rdoc/RubyXL/SlicerFile.html +5 -20
- data/rdoc/RubyXL/SmartTagProperties.html +5 -12
- data/rdoc/RubyXL/SmartTagType.html +5 -12
- data/rdoc/RubyXL/SmartTagTypes.html +5 -12
- data/rdoc/RubyXL/SmartTags.html +5 -12
- data/rdoc/RubyXL/SortCondition.html +5 -12
- data/rdoc/RubyXL/SortState.html +5 -12
- data/rdoc/RubyXL/Sqref.html +9 -44
- data/rdoc/RubyXL/Stop.html +5 -12
- data/rdoc/RubyXL/StringNode.html +5 -12
- data/rdoc/RubyXL/StringNodeW3C.html +9 -44
- data/rdoc/RubyXL/StringValue.html +5 -12
- data/rdoc/RubyXL/Stylesheet.html +9 -92
- data/rdoc/RubyXL/TableFile.html +5 -20
- data/rdoc/RubyXL/TableParts.html +5 -12
- data/rdoc/RubyXL/TableStyle.html +5 -12
- data/rdoc/RubyXL/TableStyles.html +5 -12
- data/rdoc/RubyXL/Text.html +8 -50
- data/rdoc/RubyXL/TextImportSettings.html +5 -12
- data/rdoc/RubyXL/Theme.html +9 -65
- data/rdoc/RubyXL/ThemeElements.html +5 -12
- data/rdoc/RubyXL/ThumbnailFile.html +5 -20
- data/rdoc/RubyXL/Top10.html +5 -12
- data/rdoc/RubyXL/VMLDrawingFile.html +7 -25
- data/rdoc/RubyXL/Variant.html +5 -12
- data/rdoc/RubyXL/Vector.html +8 -29
- data/rdoc/RubyXL/VectorValue.html +5 -12
- data/rdoc/RubyXL/VisualProperties.html +5 -12
- data/rdoc/RubyXL/WebPublishObject.html +5 -12
- data/rdoc/RubyXL/WebPublishObjects.html +5 -12
- data/rdoc/RubyXL/WebPublishingItem.html +5 -12
- data/rdoc/RubyXL/WebPublishingItems.html +5 -12
- data/rdoc/RubyXL/WebPublishingProperties.html +5 -12
- data/rdoc/RubyXL/WebQueryProperties.html +5 -12
- data/rdoc/RubyXL/Workbook.html +40 -460
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +6 -221
- data/rdoc/RubyXL/WorkbookProperties.html +5 -12
- data/rdoc/RubyXL/WorkbookProtection.html +5 -12
- data/rdoc/RubyXL/WorkbookRoot.html +11 -99
- data/rdoc/RubyXL/WorkbookView.html +5 -12
- data/rdoc/RubyXL/WorkbookViews.html +5 -12
- data/rdoc/RubyXL/Worksheet.html +11 -130
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +166 -985
- data/rdoc/RubyXL/WorksheetDimensions.html +5 -12
- data/rdoc/RubyXL/WorksheetFormatProperties.html +5 -12
- data/rdoc/RubyXL/WorksheetProperties.html +5 -12
- data/rdoc/RubyXL/WorksheetProtection.html +5 -12
- data/rdoc/RubyXL/WorksheetView.html +5 -12
- data/rdoc/RubyXL/WorksheetViews.html +5 -12
- data/rdoc/RubyXL/XF.html +5 -12
- data/rdoc/created.rid +19 -19
- data/rdoc/css/rdoc.css +21 -1
- data/rdoc/index.html +8 -388
- data/rdoc/js/navigation.js.gz +0 -0
- 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 +23 -5
- data/rubyXL.gemspec +21 -28
- data/spec/lib/cell_spec.rb +27 -2
- data/spec/lib/worksheet_spec.rb +301 -0
- metadata +7 -5
data/rdoc/RubyXL/Fills.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::Fills - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::Fills - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,24 +57,22 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLContainerObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
|
|
69
|
+
|
|
70
|
+
<!-- Method Quickref -->
|
|
72
71
|
<div id="method-list-section" class="nav-section">
|
|
73
72
|
<h3>Methods</h3>
|
|
74
73
|
|
|
75
74
|
<ul class="link-list" role="directory">
|
|
76
|
-
|
|
77
75
|
<li ><a href="#method-c-default">::default</a>
|
|
78
|
-
|
|
79
76
|
</ul>
|
|
80
77
|
</div>
|
|
81
78
|
|
|
@@ -93,65 +90,47 @@
|
|
|
93
90
|
|
|
94
91
|
</section>
|
|
95
92
|
|
|
96
|
-
|
|
97
93
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
98
|
-
|
|
99
94
|
|
|
100
|
-
|
|
101
95
|
|
|
102
|
-
|
|
103
96
|
|
|
104
|
-
|
|
105
97
|
|
|
106
|
-
|
|
98
|
+
|
|
107
99
|
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
108
100
|
<header>
|
|
109
101
|
<h3>Public Class Methods</h3>
|
|
110
102
|
</header>
|
|
111
103
|
|
|
112
|
-
|
|
113
104
|
<div id="method-c-default" class="method-detail ">
|
|
114
|
-
|
|
115
105
|
<div class="method-heading">
|
|
116
106
|
<span class="method-name">default</span><span
|
|
117
107
|
class="method-args">()</span>
|
|
118
|
-
|
|
119
108
|
<span class="method-click-advice">click to toggle source</span>
|
|
120
|
-
|
|
121
109
|
</div>
|
|
122
|
-
|
|
123
110
|
|
|
124
111
|
<div class="method-description">
|
|
125
112
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
113
|
|
|
130
|
-
|
|
131
114
|
<div class="method-source-code" id="default-source">
|
|
132
115
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/fill.rb, line 50</span>
|
|
133
116
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">default</span>
|
|
134
117
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:_</span> <span class="ruby-operator">=></span> [ <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Fill</span>.<span class="ruby-identifier">default</span>(<span class="ruby-string">'none'</span>), <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Fill</span>.<span class="ruby-identifier">default</span>(<span class="ruby-string">'gray125'</span>) ])
|
|
135
118
|
<span class="ruby-keyword">end</span></pre>
|
|
136
119
|
</div>
|
|
137
|
-
|
|
138
120
|
</div>
|
|
139
121
|
|
|
140
|
-
|
|
141
122
|
|
|
142
|
-
|
|
143
123
|
</div>
|
|
144
124
|
|
|
145
|
-
|
|
146
125
|
</section>
|
|
147
|
-
|
|
126
|
+
|
|
148
127
|
</section>
|
|
149
128
|
</main>
|
|
150
129
|
|
|
151
130
|
|
|
152
131
|
<footer id="validator-badges" role="contentinfo">
|
|
153
132
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
154
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
133
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
155
134
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
156
135
|
</footer>
|
|
157
136
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::FilterContainer - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::FilterContainer - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,12 +57,11 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
@@ -83,24 +81,19 @@
|
|
|
83
81
|
|
|
84
82
|
</section>
|
|
85
83
|
|
|
86
|
-
|
|
87
84
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
88
|
-
|
|
89
85
|
|
|
90
|
-
|
|
91
86
|
|
|
92
|
-
|
|
93
87
|
|
|
94
|
-
|
|
95
88
|
|
|
96
|
-
|
|
89
|
+
|
|
97
90
|
</section>
|
|
98
91
|
</main>
|
|
99
92
|
|
|
100
93
|
|
|
101
94
|
<footer id="validator-badges" role="contentinfo">
|
|
102
95
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
103
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
96
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
104
97
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
105
98
|
</footer>
|
|
106
99
|
|
data/rdoc/RubyXL/FloatNode.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::FloatNode - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::FloatNode - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,12 +57,11 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
@@ -81,24 +79,19 @@
|
|
|
81
79
|
|
|
82
80
|
</section>
|
|
83
81
|
|
|
84
|
-
|
|
85
82
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
86
|
-
|
|
87
83
|
|
|
88
|
-
|
|
89
84
|
|
|
90
|
-
|
|
91
85
|
|
|
92
|
-
|
|
93
86
|
|
|
94
|
-
|
|
87
|
+
|
|
95
88
|
</section>
|
|
96
89
|
</main>
|
|
97
90
|
|
|
98
91
|
|
|
99
92
|
<footer id="validator-badges" role="contentinfo">
|
|
100
93
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
101
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
94
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
102
95
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
103
96
|
</footer>
|
|
104
97
|
|
data/rdoc/RubyXL/FloatValue.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::FloatValue - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::FloatValue - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,12 +57,11 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
@@ -81,24 +79,19 @@
|
|
|
81
79
|
|
|
82
80
|
</section>
|
|
83
81
|
|
|
84
|
-
|
|
85
82
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
86
|
-
|
|
87
83
|
|
|
88
|
-
|
|
89
84
|
|
|
90
|
-
|
|
91
85
|
|
|
92
|
-
|
|
93
86
|
|
|
94
|
-
|
|
87
|
+
|
|
95
88
|
</section>
|
|
96
89
|
</main>
|
|
97
90
|
|
|
98
91
|
|
|
99
92
|
<footer id="validator-badges" role="contentinfo">
|
|
100
93
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
101
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
94
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
102
95
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
103
96
|
</footer>
|
|
104
97
|
|
data/rdoc/RubyXL/Font.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::Font - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::Font - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,24 +57,22 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
|
|
69
|
+
|
|
70
|
+
<!-- Method Quickref -->
|
|
72
71
|
<div id="method-list-section" class="nav-section">
|
|
73
72
|
<h3>Methods</h3>
|
|
74
73
|
|
|
75
74
|
<ul class="link-list" role="directory">
|
|
76
|
-
|
|
77
75
|
<li ><a href="#method-c-default">::default</a>
|
|
78
|
-
|
|
79
76
|
</ul>
|
|
80
77
|
</div>
|
|
81
78
|
|
|
@@ -93,55 +90,36 @@
|
|
|
93
90
|
|
|
94
91
|
</section>
|
|
95
92
|
|
|
96
|
-
|
|
97
93
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
98
|
-
|
|
99
94
|
|
|
100
|
-
|
|
101
95
|
|
|
102
|
-
|
|
103
96
|
<section class="constants-list">
|
|
104
97
|
<header>
|
|
105
98
|
<h3>Constants</h3>
|
|
106
99
|
</header>
|
|
107
100
|
<dl>
|
|
108
|
-
|
|
109
101
|
<dt id="MAX_DIGIT_WIDTH">MAX_DIGIT_WIDTH
|
|
110
|
-
|
|
111
102
|
<dd><p>Since we have no capability to load the actual fonts, we'll have to live with the default.</p>
|
|
112
|
-
|
|
113
|
-
|
|
114
103
|
</dl>
|
|
115
104
|
</section>
|
|
116
|
-
|
|
117
105
|
|
|
118
|
-
|
|
119
106
|
|
|
120
|
-
|
|
107
|
+
|
|
121
108
|
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
122
109
|
<header>
|
|
123
110
|
<h3>Public Class Methods</h3>
|
|
124
111
|
</header>
|
|
125
112
|
|
|
126
|
-
|
|
127
113
|
<div id="method-c-default" class="method-detail ">
|
|
128
|
-
|
|
129
114
|
<div class="method-heading">
|
|
130
115
|
<span class="method-name">default</span><span
|
|
131
116
|
class="method-args">(size = 10)</span>
|
|
132
|
-
|
|
133
117
|
<span class="method-click-advice">click to toggle source</span>
|
|
134
|
-
|
|
135
118
|
</div>
|
|
136
|
-
|
|
137
119
|
|
|
138
120
|
<div class="method-description">
|
|
139
121
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
122
|
|
|
144
|
-
|
|
145
123
|
<div class="method-source-code" id="default-source">
|
|
146
124
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/font.rb, line 29</span>
|
|
147
125
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">default</span>(<span class="ruby-identifier">size</span> = <span class="ruby-value">10</span>)
|
|
@@ -149,24 +127,20 @@
|
|
|
149
127
|
<span class="ruby-value">:sz</span> <span class="ruby-operator">=></span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">FloatValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">size</span>) )
|
|
150
128
|
<span class="ruby-keyword">end</span></pre>
|
|
151
129
|
</div>
|
|
152
|
-
|
|
153
130
|
</div>
|
|
154
131
|
|
|
155
|
-
|
|
156
132
|
|
|
157
|
-
|
|
158
133
|
</div>
|
|
159
134
|
|
|
160
|
-
|
|
161
135
|
</section>
|
|
162
|
-
|
|
136
|
+
|
|
163
137
|
</section>
|
|
164
138
|
</main>
|
|
165
139
|
|
|
166
140
|
|
|
167
141
|
<footer id="validator-badges" role="contentinfo">
|
|
168
142
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
169
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
143
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
170
144
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
171
145
|
</footer>
|
|
172
146
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>module RubyXL::FontConvenienceMethods - rubyXL 3.4.
|
|
7
|
+
<title>module RubyXL::FontConvenienceMethods - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="module">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -61,40 +60,26 @@
|
|
|
61
60
|
|
|
62
61
|
|
|
63
62
|
|
|
64
|
-
|
|
63
|
+
|
|
64
|
+
<!-- Method Quickref -->
|
|
65
65
|
<div id="method-list-section" class="nav-section">
|
|
66
66
|
<h3>Methods</h3>
|
|
67
67
|
|
|
68
68
|
<ul class="link-list" role="directory">
|
|
69
|
-
|
|
70
69
|
<li ><a href="#method-i-get_name">#get_name</a>
|
|
71
|
-
|
|
72
70
|
<li ><a href="#method-i-get_rgb_color">#get_rgb_color</a>
|
|
73
|
-
|
|
74
71
|
<li ><a href="#method-i-get_size">#get_size</a>
|
|
75
|
-
|
|
76
72
|
<li ><a href="#method-i-is_bold">#is_bold</a>
|
|
77
|
-
|
|
78
73
|
<li ><a href="#method-i-is_italic">#is_italic</a>
|
|
79
|
-
|
|
80
74
|
<li ><a href="#method-i-is_strikethrough">#is_strikethrough</a>
|
|
81
|
-
|
|
82
75
|
<li ><a href="#method-i-is_underlined">#is_underlined</a>
|
|
83
|
-
|
|
84
76
|
<li ><a href="#method-i-set_bold">#set_bold</a>
|
|
85
|
-
|
|
86
77
|
<li ><a href="#method-i-set_italic">#set_italic</a>
|
|
87
|
-
|
|
88
78
|
<li ><a href="#method-i-set_name">#set_name</a>
|
|
89
|
-
|
|
90
79
|
<li ><a href="#method-i-set_rgb_color">#set_rgb_color</a>
|
|
91
|
-
|
|
92
80
|
<li ><a href="#method-i-set_size">#set_size</a>
|
|
93
|
-
|
|
94
81
|
<li ><a href="#method-i-set_strikethrough">#set_strikethrough</a>
|
|
95
|
-
|
|
96
82
|
<li ><a href="#method-i-set_underline">#set_underline</a>
|
|
97
|
-
|
|
98
83
|
</ul>
|
|
99
84
|
</div>
|
|
100
85
|
|
|
@@ -110,494 +95,320 @@
|
|
|
110
95
|
|
|
111
96
|
</section>
|
|
112
97
|
|
|
113
|
-
|
|
114
98
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
115
|
-
|
|
116
99
|
|
|
117
|
-
|
|
118
100
|
|
|
119
|
-
|
|
120
101
|
|
|
121
|
-
|
|
122
102
|
|
|
123
|
-
|
|
103
|
+
|
|
124
104
|
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
|
125
105
|
<header>
|
|
126
106
|
<h3>Public Instance Methods</h3>
|
|
127
107
|
</header>
|
|
128
108
|
|
|
129
|
-
|
|
130
109
|
<div id="method-i-get_name" class="method-detail ">
|
|
131
|
-
|
|
132
110
|
<div class="method-heading">
|
|
133
111
|
<span class="method-name">get_name</span><span
|
|
134
112
|
class="method-args">()</span>
|
|
135
|
-
|
|
136
113
|
<span class="method-click-advice">click to toggle source</span>
|
|
137
|
-
|
|
138
114
|
</div>
|
|
139
|
-
|
|
140
115
|
|
|
141
116
|
<div class="method-description">
|
|
142
117
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
118
|
|
|
147
|
-
|
|
148
119
|
<div class="method-source-code" id="get_name-source">
|
|
149
120
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 21</span>
|
|
150
121
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_name</span>
|
|
151
122
|
<span class="ruby-identifier">name</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">val</span>
|
|
152
123
|
<span class="ruby-keyword">end</span></pre>
|
|
153
124
|
</div>
|
|
154
|
-
|
|
155
125
|
</div>
|
|
156
126
|
|
|
157
|
-
|
|
158
127
|
|
|
159
|
-
|
|
160
128
|
</div>
|
|
161
129
|
|
|
162
|
-
|
|
163
130
|
<div id="method-i-get_rgb_color" class="method-detail ">
|
|
164
|
-
|
|
165
131
|
<div class="method-heading">
|
|
166
132
|
<span class="method-name">get_rgb_color</span><span
|
|
167
133
|
class="method-args">()</span>
|
|
168
|
-
|
|
169
134
|
<span class="method-click-advice">click to toggle source</span>
|
|
170
|
-
|
|
171
135
|
</div>
|
|
172
|
-
|
|
173
136
|
|
|
174
137
|
<div class="method-description">
|
|
175
138
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
139
|
|
|
180
|
-
|
|
181
140
|
<div class="method-source-code" id="get_rgb_color-source">
|
|
182
141
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 29</span>
|
|
183
142
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_rgb_color</span>
|
|
184
143
|
<span class="ruby-identifier">color</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">color</span>.<span class="ruby-identifier">rgb</span>
|
|
185
144
|
<span class="ruby-keyword">end</span></pre>
|
|
186
145
|
</div>
|
|
187
|
-
|
|
188
146
|
</div>
|
|
189
147
|
|
|
190
|
-
|
|
191
148
|
|
|
192
|
-
|
|
193
149
|
</div>
|
|
194
150
|
|
|
195
|
-
|
|
196
151
|
<div id="method-i-get_size" class="method-detail ">
|
|
197
|
-
|
|
198
152
|
<div class="method-heading">
|
|
199
153
|
<span class="method-name">get_size</span><span
|
|
200
154
|
class="method-args">()</span>
|
|
201
|
-
|
|
202
155
|
<span class="method-click-advice">click to toggle source</span>
|
|
203
|
-
|
|
204
156
|
</div>
|
|
205
|
-
|
|
206
157
|
|
|
207
158
|
<div class="method-description">
|
|
208
159
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
160
|
|
|
213
|
-
|
|
214
161
|
<div class="method-source-code" id="get_size-source">
|
|
215
162
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 25</span>
|
|
216
163
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_size</span>
|
|
217
164
|
<span class="ruby-identifier">sz</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">sz</span>.<span class="ruby-identifier">val</span>
|
|
218
165
|
<span class="ruby-keyword">end</span></pre>
|
|
219
166
|
</div>
|
|
220
|
-
|
|
221
167
|
</div>
|
|
222
168
|
|
|
223
|
-
|
|
224
169
|
|
|
225
|
-
|
|
226
170
|
</div>
|
|
227
171
|
|
|
228
|
-
|
|
229
172
|
<div id="method-i-is_bold" class="method-detail ">
|
|
230
|
-
|
|
231
173
|
<div class="method-heading">
|
|
232
174
|
<span class="method-name">is_bold</span><span
|
|
233
175
|
class="method-args">()</span>
|
|
234
|
-
|
|
235
176
|
<span class="method-click-advice">click to toggle source</span>
|
|
236
|
-
|
|
237
177
|
</div>
|
|
238
|
-
|
|
239
178
|
|
|
240
179
|
<div class="method-description">
|
|
241
180
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
181
|
|
|
246
|
-
|
|
247
182
|
<div class="method-source-code" id="is_bold-source">
|
|
248
183
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 9</span>
|
|
249
184
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_bold</span>
|
|
250
185
|
<span class="ruby-identifier">b</span> <span class="ruby-operator">&&</span> (<span class="ruby-identifier">b</span>.<span class="ruby-identifier">val</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">false</span>)
|
|
251
186
|
<span class="ruby-keyword">end</span></pre>
|
|
252
187
|
</div>
|
|
253
|
-
|
|
254
188
|
</div>
|
|
255
189
|
|
|
256
|
-
|
|
257
190
|
|
|
258
|
-
|
|
259
191
|
</div>
|
|
260
192
|
|
|
261
|
-
|
|
262
193
|
<div id="method-i-is_italic" class="method-detail ">
|
|
263
|
-
|
|
264
194
|
<div class="method-heading">
|
|
265
195
|
<span class="method-name">is_italic</span><span
|
|
266
196
|
class="method-args">()</span>
|
|
267
|
-
|
|
268
197
|
<span class="method-click-advice">click to toggle source</span>
|
|
269
|
-
|
|
270
198
|
</div>
|
|
271
|
-
|
|
272
199
|
|
|
273
200
|
<div class="method-description">
|
|
274
|
-
|
|
275
201
|
<p>Funny enough, but presence of <i> without value (equivalent to `val == nul`) means “italic = true”! Same is true for bold, strikethrough, etc</p>
|
|
276
|
-
|
|
277
|
-
|
|
278
202
|
|
|
279
|
-
|
|
280
203
|
<div class="method-source-code" id="is_italic-source">
|
|
281
204
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 5</span>
|
|
282
205
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_italic</span>
|
|
283
206
|
<span class="ruby-identifier">i</span> <span class="ruby-operator">&&</span> (<span class="ruby-identifier">i</span>.<span class="ruby-identifier">val</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">false</span>)
|
|
284
207
|
<span class="ruby-keyword">end</span></pre>
|
|
285
208
|
</div>
|
|
286
|
-
|
|
287
209
|
</div>
|
|
288
210
|
|
|
289
|
-
|
|
290
211
|
|
|
291
|
-
|
|
292
212
|
</div>
|
|
293
213
|
|
|
294
|
-
|
|
295
214
|
<div id="method-i-is_strikethrough" class="method-detail ">
|
|
296
|
-
|
|
297
215
|
<div class="method-heading">
|
|
298
216
|
<span class="method-name">is_strikethrough</span><span
|
|
299
217
|
class="method-args">()</span>
|
|
300
|
-
|
|
301
218
|
<span class="method-click-advice">click to toggle source</span>
|
|
302
|
-
|
|
303
219
|
</div>
|
|
304
|
-
|
|
305
220
|
|
|
306
221
|
<div class="method-description">
|
|
307
222
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
223
|
|
|
312
|
-
|
|
313
224
|
<div class="method-source-code" id="is_strikethrough-source">
|
|
314
225
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 17</span>
|
|
315
226
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_strikethrough</span>
|
|
316
227
|
<span class="ruby-identifier">strike</span> <span class="ruby-operator">&&</span> (<span class="ruby-identifier">strike</span>.<span class="ruby-identifier">val</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">false</span>)
|
|
317
228
|
<span class="ruby-keyword">end</span></pre>
|
|
318
229
|
</div>
|
|
319
|
-
|
|
320
230
|
</div>
|
|
321
231
|
|
|
322
|
-
|
|
323
232
|
|
|
324
|
-
|
|
325
233
|
</div>
|
|
326
234
|
|
|
327
|
-
|
|
328
235
|
<div id="method-i-is_underlined" class="method-detail ">
|
|
329
|
-
|
|
330
236
|
<div class="method-heading">
|
|
331
237
|
<span class="method-name">is_underlined</span><span
|
|
332
238
|
class="method-args">()</span>
|
|
333
|
-
|
|
334
239
|
<span class="method-click-advice">click to toggle source</span>
|
|
335
|
-
|
|
336
240
|
</div>
|
|
337
|
-
|
|
338
241
|
|
|
339
242
|
<div class="method-description">
|
|
340
243
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
244
|
|
|
345
|
-
|
|
346
245
|
<div class="method-source-code" id="is_underlined-source">
|
|
347
246
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 13</span>
|
|
348
247
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_underlined</span>
|
|
349
248
|
<span class="ruby-identifier">u</span> <span class="ruby-operator">&&</span> (<span class="ruby-identifier">u</span>.<span class="ruby-identifier">val</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">false</span>)
|
|
350
249
|
<span class="ruby-keyword">end</span></pre>
|
|
351
250
|
</div>
|
|
352
|
-
|
|
353
251
|
</div>
|
|
354
252
|
|
|
355
|
-
|
|
356
253
|
|
|
357
|
-
|
|
358
254
|
</div>
|
|
359
255
|
|
|
360
|
-
|
|
361
256
|
<div id="method-i-set_bold" class="method-detail ">
|
|
362
|
-
|
|
363
257
|
<div class="method-heading">
|
|
364
258
|
<span class="method-name">set_bold</span><span
|
|
365
259
|
class="method-args">(val)</span>
|
|
366
|
-
|
|
367
260
|
<span class="method-click-advice">click to toggle source</span>
|
|
368
|
-
|
|
369
261
|
</div>
|
|
370
|
-
|
|
371
262
|
|
|
372
263
|
<div class="method-description">
|
|
373
264
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
265
|
|
|
378
|
-
|
|
379
266
|
<div class="method-source-code" id="set_bold-source">
|
|
380
267
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 37</span>
|
|
381
268
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_bold</span>(<span class="ruby-identifier">val</span>)
|
|
382
269
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">b</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">BooleanValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
383
270
|
<span class="ruby-keyword">end</span></pre>
|
|
384
271
|
</div>
|
|
385
|
-
|
|
386
272
|
</div>
|
|
387
273
|
|
|
388
|
-
|
|
389
274
|
|
|
390
|
-
|
|
391
275
|
</div>
|
|
392
276
|
|
|
393
|
-
|
|
394
277
|
<div id="method-i-set_italic" class="method-detail ">
|
|
395
|
-
|
|
396
278
|
<div class="method-heading">
|
|
397
279
|
<span class="method-name">set_italic</span><span
|
|
398
280
|
class="method-args">(val)</span>
|
|
399
|
-
|
|
400
281
|
<span class="method-click-advice">click to toggle source</span>
|
|
401
|
-
|
|
402
282
|
</div>
|
|
403
|
-
|
|
404
283
|
|
|
405
284
|
<div class="method-description">
|
|
406
285
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
286
|
|
|
411
|
-
|
|
412
287
|
<div class="method-source-code" id="set_italic-source">
|
|
413
288
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 33</span>
|
|
414
289
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_italic</span>(<span class="ruby-identifier">val</span>)
|
|
415
290
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">i</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">BooleanValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
416
291
|
<span class="ruby-keyword">end</span></pre>
|
|
417
292
|
</div>
|
|
418
|
-
|
|
419
293
|
</div>
|
|
420
294
|
|
|
421
|
-
|
|
422
295
|
|
|
423
|
-
|
|
424
296
|
</div>
|
|
425
297
|
|
|
426
|
-
|
|
427
298
|
<div id="method-i-set_name" class="method-detail ">
|
|
428
|
-
|
|
429
299
|
<div class="method-heading">
|
|
430
300
|
<span class="method-name">set_name</span><span
|
|
431
301
|
class="method-args">(val)</span>
|
|
432
|
-
|
|
433
302
|
<span class="method-click-advice">click to toggle source</span>
|
|
434
|
-
|
|
435
303
|
</div>
|
|
436
|
-
|
|
437
304
|
|
|
438
305
|
<div class="method-description">
|
|
439
306
|
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
307
|
|
|
444
|
-
|
|
445
308
|
<div class="method-source-code" id="set_name-source">
|
|
446
309
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 49</span>
|
|
447
310
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_name</span>(<span class="ruby-identifier">val</span>)
|
|
448
311
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">name</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">StringValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
449
312
|
<span class="ruby-keyword">end</span></pre>
|
|
450
313
|
</div>
|
|
451
|
-
|
|
452
314
|
</div>
|
|
453
315
|
|
|
454
|
-
|
|
455
316
|
|
|
456
|
-
|
|
457
317
|
</div>
|
|
458
318
|
|
|
459
|
-
|
|
460
319
|
<div id="method-i-set_rgb_color" class="method-detail ">
|
|
461
|
-
|
|
462
320
|
<div class="method-heading">
|
|
463
321
|
<span class="method-name">set_rgb_color</span><span
|
|
464
322
|
class="method-args">(font_color)</span>
|
|
465
|
-
|
|
466
323
|
<span class="method-click-advice">click to toggle source</span>
|
|
467
|
-
|
|
468
324
|
</div>
|
|
469
|
-
|
|
470
325
|
|
|
471
326
|
<div class="method-description">
|
|
472
327
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
328
|
|
|
477
|
-
|
|
478
329
|
<div class="method-source-code" id="set_rgb_color-source">
|
|
479
330
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 57</span>
|
|
480
331
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_rgb_color</span>(<span class="ruby-identifier">font_color</span>)
|
|
481
332
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">color</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Color</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:rgb</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">font_color</span>.<span class="ruby-identifier">to_s</span>)
|
|
482
333
|
<span class="ruby-keyword">end</span></pre>
|
|
483
334
|
</div>
|
|
484
|
-
|
|
485
335
|
</div>
|
|
486
336
|
|
|
487
|
-
|
|
488
337
|
|
|
489
|
-
|
|
490
338
|
</div>
|
|
491
339
|
|
|
492
|
-
|
|
493
340
|
<div id="method-i-set_size" class="method-detail ">
|
|
494
|
-
|
|
495
341
|
<div class="method-heading">
|
|
496
342
|
<span class="method-name">set_size</span><span
|
|
497
343
|
class="method-args">(val)</span>
|
|
498
|
-
|
|
499
344
|
<span class="method-click-advice">click to toggle source</span>
|
|
500
|
-
|
|
501
345
|
</div>
|
|
502
|
-
|
|
503
346
|
|
|
504
347
|
<div class="method-description">
|
|
505
348
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
349
|
|
|
510
|
-
|
|
511
350
|
<div class="method-source-code" id="set_size-source">
|
|
512
351
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 53</span>
|
|
513
352
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_size</span>(<span class="ruby-identifier">val</span>)
|
|
514
353
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">sz</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">FloatValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
515
354
|
<span class="ruby-keyword">end</span></pre>
|
|
516
355
|
</div>
|
|
517
|
-
|
|
518
356
|
</div>
|
|
519
357
|
|
|
520
|
-
|
|
521
358
|
|
|
522
|
-
|
|
523
359
|
</div>
|
|
524
360
|
|
|
525
|
-
|
|
526
361
|
<div id="method-i-set_strikethrough" class="method-detail ">
|
|
527
|
-
|
|
528
362
|
<div class="method-heading">
|
|
529
363
|
<span class="method-name">set_strikethrough</span><span
|
|
530
364
|
class="method-args">(val)</span>
|
|
531
|
-
|
|
532
365
|
<span class="method-click-advice">click to toggle source</span>
|
|
533
|
-
|
|
534
366
|
</div>
|
|
535
|
-
|
|
536
367
|
|
|
537
368
|
<div class="method-description">
|
|
538
369
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
370
|
|
|
543
|
-
|
|
544
371
|
<div class="method-source-code" id="set_strikethrough-source">
|
|
545
372
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 45</span>
|
|
546
373
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_strikethrough</span>(<span class="ruby-identifier">val</span>)
|
|
547
374
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">strike</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">BooleanValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
548
375
|
<span class="ruby-keyword">end</span></pre>
|
|
549
376
|
</div>
|
|
550
|
-
|
|
551
377
|
</div>
|
|
552
378
|
|
|
553
|
-
|
|
554
379
|
|
|
555
|
-
|
|
556
380
|
</div>
|
|
557
381
|
|
|
558
|
-
|
|
559
382
|
<div id="method-i-set_underline" class="method-detail ">
|
|
560
|
-
|
|
561
383
|
<div class="method-heading">
|
|
562
384
|
<span class="method-name">set_underline</span><span
|
|
563
385
|
class="method-args">(val)</span>
|
|
564
|
-
|
|
565
386
|
<span class="method-click-advice">click to toggle source</span>
|
|
566
|
-
|
|
567
387
|
</div>
|
|
568
|
-
|
|
569
388
|
|
|
570
389
|
<div class="method-description">
|
|
571
390
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
391
|
|
|
576
|
-
|
|
577
392
|
<div class="method-source-code" id="set_underline-source">
|
|
578
393
|
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/font.rb, line 41</span>
|
|
579
394
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_underline</span>(<span class="ruby-identifier">val</span>)
|
|
580
395
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">u</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">BooleanValue</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:val</span> <span class="ruby-operator">=></span> <span class="ruby-identifier">val</span>)
|
|
581
396
|
<span class="ruby-keyword">end</span></pre>
|
|
582
397
|
</div>
|
|
583
|
-
|
|
584
398
|
</div>
|
|
585
399
|
|
|
586
|
-
|
|
587
400
|
|
|
588
|
-
|
|
589
401
|
</div>
|
|
590
402
|
|
|
591
|
-
|
|
592
403
|
</section>
|
|
593
|
-
|
|
404
|
+
|
|
594
405
|
</section>
|
|
595
406
|
</main>
|
|
596
407
|
|
|
597
408
|
|
|
598
409
|
<footer id="validator-badges" role="contentinfo">
|
|
599
410
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
600
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
411
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
601
412
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
602
413
|
</footer>
|
|
603
414
|
|