rubyXL-ptr 3.3.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +17 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +229 -0
- data/Rakefile +103 -0
- data/VERSION +1 -0
- data/lib/rubyXL.rb +12 -0
- data/lib/rubyXL/cell.rb +54 -0
- data/lib/rubyXL/convenience_methods.rb +1122 -0
- data/lib/rubyXL/objects/border.rb +74 -0
- data/lib/rubyXL/objects/calculation_chain.rb +31 -0
- data/lib/rubyXL/objects/cell_style.rb +65 -0
- data/lib/rubyXL/objects/chartsheet.rb +92 -0
- data/lib/rubyXL/objects/color.rb +27 -0
- data/lib/rubyXL/objects/column_range.rb +92 -0
- data/lib/rubyXL/objects/comments.rb +47 -0
- data/lib/rubyXL/objects/container_nodes.rb +135 -0
- data/lib/rubyXL/objects/content_types.rb +77 -0
- data/lib/rubyXL/objects/data_validation.rb +37 -0
- data/lib/rubyXL/objects/document_properties.rb +159 -0
- data/lib/rubyXL/objects/extensions.rb +40 -0
- data/lib/rubyXL/objects/external_links.rb +85 -0
- data/lib/rubyXL/objects/fill.rb +55 -0
- data/lib/rubyXL/objects/filters.rb +120 -0
- data/lib/rubyXL/objects/font.rb +48 -0
- data/lib/rubyXL/objects/formula.rb +24 -0
- data/lib/rubyXL/objects/ooxml_object.rb +460 -0
- data/lib/rubyXL/objects/reference.rb +110 -0
- data/lib/rubyXL/objects/relationships.rb +213 -0
- data/lib/rubyXL/objects/root.rb +86 -0
- data/lib/rubyXL/objects/shared_strings.rb +70 -0
- data/lib/rubyXL/objects/sheet_common.rb +51 -0
- data/lib/rubyXL/objects/sheet_data.rb +188 -0
- data/lib/rubyXL/objects/simple_types.rb +232 -0
- data/lib/rubyXL/objects/storage.rb +182 -0
- data/lib/rubyXL/objects/stylesheet.rb +232 -0
- data/lib/rubyXL/objects/text.rb +94 -0
- data/lib/rubyXL/objects/theme.rb +1716 -0
- data/lib/rubyXL/objects/workbook.rb +464 -0
- data/lib/rubyXL/objects/worksheet.rb +748 -0
- data/lib/rubyXL/parser.rb +29 -0
- data/lib/rubyXL/worksheet.rb +105 -0
- data/rdoc/README_rdoc.html +475 -0
- data/rdoc/RubyXL.html +598 -0
- data/rdoc/RubyXL/AExtension.html +223 -0
- data/rdoc/RubyXL/AExtensionStorageArea.html +103 -0
- data/rdoc/RubyXL/ActiveX.html +182 -0
- data/rdoc/RubyXL/ActiveXBinary.html +117 -0
- data/rdoc/RubyXL/AdjustHandleList.html +106 -0
- data/rdoc/RubyXL/Alignment.html +106 -0
- data/rdoc/RubyXL/AlternateContent.html +103 -0
- data/rdoc/RubyXL/Authors.html +106 -0
- data/rdoc/RubyXL/AutoFilter.html +106 -0
- data/rdoc/RubyXL/AutoFilterColumn.html +106 -0
- data/rdoc/RubyXL/BinaryImageFile.html +122 -0
- data/rdoc/RubyXL/BodyProperties.html +106 -0
- data/rdoc/RubyXL/BooleanNode.html +103 -0
- data/rdoc/RubyXL/BooleanValue.html +103 -0
- data/rdoc/RubyXL/Border.html +275 -0
- data/rdoc/RubyXL/BorderEdge.html +189 -0
- data/rdoc/RubyXL/Borders.html +157 -0
- data/rdoc/RubyXL/Break.html +106 -0
- data/rdoc/RubyXL/BreakList.html +106 -0
- data/rdoc/RubyXL/CT_AdjPoint2D.html +106 -0
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +106 -0
- data/rdoc/RubyXL/CT_Backdrop.html +106 -0
- data/rdoc/RubyXL/CT_Bevel.html +106 -0
- data/rdoc/RubyXL/CT_BiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_BlendEffect.html +106 -0
- data/rdoc/RubyXL/CT_Blip.html +106 -0
- data/rdoc/RubyXL/CT_BlipFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_BlurEffect.html +106 -0
- data/rdoc/RubyXL/CT_Camera.html +106 -0
- data/rdoc/RubyXL/CT_Color.html +106 -0
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +106 -0
- data/rdoc/RubyXL/CT_ColorMapping.html +106 -0
- data/rdoc/RubyXL/CT_ColorScheme.html +106 -0
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSite.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +106 -0
- data/rdoc/RubyXL/CT_DashStop.html +106 -0
- data/rdoc/RubyXL/CT_DashStopList.html +106 -0
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +106 -0
- data/rdoc/RubyXL/CT_DuotoneEffect.html +106 -0
- data/rdoc/RubyXL/CT_EffectContainer.html +106 -0
- data/rdoc/RubyXL/CT_EffectList.html +106 -0
- data/rdoc/RubyXL/CT_EffectReference.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleItem.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleList.html +106 -0
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +106 -0
- data/rdoc/RubyXL/CT_FillEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillStyleList.html +106 -0
- data/rdoc/RubyXL/CT_FlatText.html +106 -0
- data/rdoc/RubyXL/CT_FontCollection.html +106 -0
- data/rdoc/RubyXL/CT_FontReference.html +106 -0
- data/rdoc/RubyXL/CT_GeomGuideList.html +106 -0
- data/rdoc/RubyXL/CT_GlowEffect.html +106 -0
- data/rdoc/RubyXL/CT_GradientFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_GradientStop.html +106 -0
- data/rdoc/RubyXL/CT_GradientStopList.html +106 -0
- data/rdoc/RubyXL/CT_HSLEffect.html +106 -0
- data/rdoc/RubyXL/CT_HslColor.html +106 -0
- data/rdoc/RubyXL/CT_Hyperlink.html +106 -0
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_LightRig.html +106 -0
- data/rdoc/RubyXL/CT_LineEndProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineStyleList.html +106 -0
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_LuminanceEffect.html +106 -0
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +106 -0
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_Path2D.html +106 -0
- data/rdoc/RubyXL/CT_Path2DArcTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DList.html +106 -0
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DTo.html +106 -0
- data/rdoc/RubyXL/CT_PathShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_PatternFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_Point3D.html +106 -0
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CT_PresetColor.html +106 -0
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +106 -0
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_PresetTextShape.html +106 -0
- data/rdoc/RubyXL/CT_ReflectionEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeRect.html +106 -0
- data/rdoc/RubyXL/CT_SRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_ScRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_Scene3D.html +106 -0
- data/rdoc/RubyXL/CT_SchemeColor.html +106 -0
- data/rdoc/RubyXL/CT_Shape3D.html +106 -0
- data/rdoc/RubyXL/CT_ShapeStyle.html +106 -0
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +106 -0
- data/rdoc/RubyXL/CT_SphereCoords.html +106 -0
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrix.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +106 -0
- data/rdoc/RubyXL/CT_SupplementalFont.html +106 -0
- data/rdoc/RubyXL/CT_SystemColor.html +106 -0
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextBlipBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextFont.html +106 -0
- data/rdoc/RubyXL/CT_TextListStyle.html +106 -0
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +106 -0
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextSpacing.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStop.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStopList.html +106 -0
- data/rdoc/RubyXL/CT_TileInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_TintEffect.html +106 -0
- data/rdoc/RubyXL/CT_Transform2D.html +106 -0
- data/rdoc/RubyXL/CT_TransformEffect.html +106 -0
- data/rdoc/RubyXL/CT_Vector3D.html +106 -0
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CalculationChain.html +176 -0
- data/rdoc/RubyXL/CalculationChainCell.html +106 -0
- data/rdoc/RubyXL/CalculationProperties.html +106 -0
- data/rdoc/RubyXL/Cell.html +558 -0
- data/rdoc/RubyXL/CellConvenienceMethods.html +1211 -0
- data/rdoc/RubyXL/CellExt.html +106 -0
- data/rdoc/RubyXL/CellSmartTag.html +106 -0
- data/rdoc/RubyXL/CellSmartTagProperty.html +106 -0
- data/rdoc/RubyXL/CellSmartTags.html +106 -0
- data/rdoc/RubyXL/CellStyle.html +106 -0
- data/rdoc/RubyXL/CellStyleXFs.html +157 -0
- data/rdoc/RubyXL/CellStyles.html +157 -0
- data/rdoc/RubyXL/CellValue.html +158 -0
- data/rdoc/RubyXL/CellWatch.html +106 -0
- data/rdoc/RubyXL/CellWatches.html +106 -0
- data/rdoc/RubyXL/CellXFs.html +161 -0
- data/rdoc/RubyXL/ChartColorsFile.html +122 -0
- data/rdoc/RubyXL/ChartFile.html +189 -0
- data/rdoc/RubyXL/ChartStyleFile.html +122 -0
- data/rdoc/RubyXL/ChartUserShapesFile.html +122 -0
- data/rdoc/RubyXL/Chartsheet.html +260 -0
- data/rdoc/RubyXL/ChartsheetPageSetup.html +106 -0
- data/rdoc/RubyXL/ChartsheetProperties.html +106 -0
- data/rdoc/RubyXL/ChartsheetProtection.html +106 -0
- data/rdoc/RubyXL/ChartsheetView.html +106 -0
- data/rdoc/RubyXL/ChartsheetViews.html +106 -0
- data/rdoc/RubyXL/Color.html +175 -0
- data/rdoc/RubyXL/ColorFilter.html +106 -0
- data/rdoc/RubyXL/ColorScale.html +106 -0
- data/rdoc/RubyXL/ColorSet.html +106 -0
- data/rdoc/RubyXL/Colors.html +106 -0
- data/rdoc/RubyXL/ColumnRange.html +245 -0
- data/rdoc/RubyXL/ColumnRanges.html +289 -0
- data/rdoc/RubyXL/Comment.html +106 -0
- data/rdoc/RubyXL/CommentList.html +106 -0
- data/rdoc/RubyXL/CommentsFile.html +197 -0
- data/rdoc/RubyXL/ConditionalFormatValue.html +106 -0
- data/rdoc/RubyXL/ConditionalFormatting.html +106 -0
- data/rdoc/RubyXL/ConditionalFormattingRule.html +106 -0
- data/rdoc/RubyXL/ContentTypeDefault.html +103 -0
- data/rdoc/RubyXL/ContentTypeOverride.html +103 -0
- data/rdoc/RubyXL/ContentTypes.html +248 -0
- data/rdoc/RubyXL/ControlPropertiesFile.html +117 -0
- data/rdoc/RubyXL/CorePropertiesFile.html +474 -0
- data/rdoc/RubyXL/CustomColor.html +106 -0
- data/rdoc/RubyXL/CustomColorList.html +106 -0
- data/rdoc/RubyXL/CustomFilter.html +106 -0
- data/rdoc/RubyXL/CustomFilters.html +106 -0
- data/rdoc/RubyXL/CustomGeometry.html +106 -0
- data/rdoc/RubyXL/CustomProperties.html +106 -0
- data/rdoc/RubyXL/CustomPropertiesFile.html +122 -0
- data/rdoc/RubyXL/CustomProperty.html +106 -0
- data/rdoc/RubyXL/CustomSheetView.html +106 -0
- data/rdoc/RubyXL/CustomSheetViews.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookView.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookViews.html +106 -0
- data/rdoc/RubyXL/CustomXMLFile.html +117 -0
- data/rdoc/RubyXL/DXF.html +106 -0
- data/rdoc/RubyXL/DXFs.html +106 -0
- data/rdoc/RubyXL/DataBar.html +106 -0
- data/rdoc/RubyXL/DataConsolidate.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReference.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReferences.html +106 -0
- data/rdoc/RubyXL/DataType.html +143 -0
- data/rdoc/RubyXL/DataValidation.html +106 -0
- data/rdoc/RubyXL/DataValidations.html +106 -0
- data/rdoc/RubyXL/DateGroupItem.html +106 -0
- data/rdoc/RubyXL/DefinedName.html +106 -0
- data/rdoc/RubyXL/DefinedNameExt.html +106 -0
- data/rdoc/RubyXL/DefinedNames.html +106 -0
- data/rdoc/RubyXL/DefinedNamesExt.html +106 -0
- data/rdoc/RubyXL/DocumentPropertiesFile.html +255 -0
- data/rdoc/RubyXL/DrawingFile.html +188 -0
- data/rdoc/RubyXL/DynamicFilter.html +106 -0
- data/rdoc/RubyXL/EmbeddedControl.html +106 -0
- data/rdoc/RubyXL/EmbeddedControls.html +106 -0
- data/rdoc/RubyXL/Extension.html +106 -0
- data/rdoc/RubyXL/ExtensionStorageArea.html +106 -0
- data/rdoc/RubyXL/Extents.html +106 -0
- data/rdoc/RubyXL/ExternalBook.html +106 -0
- data/rdoc/RubyXL/ExternalLinksFile.html +184 -0
- data/rdoc/RubyXL/ExternalReference.html +106 -0
- data/rdoc/RubyXL/ExternalReferences.html +106 -0
- data/rdoc/RubyXL/ExtraColorSchemeList.html +106 -0
- data/rdoc/RubyXL/FieldItem.html +106 -0
- data/rdoc/RubyXL/FileRecoveryProperties.html +106 -0
- data/rdoc/RubyXL/FileSharing.html +106 -0
- data/rdoc/RubyXL/FileVersion.html +106 -0
- data/rdoc/RubyXL/Fill.html +157 -0
- data/rdoc/RubyXL/Fills.html +157 -0
- data/rdoc/RubyXL/FilterContainer.html +106 -0
- data/rdoc/RubyXL/FloatNode.html +103 -0
- data/rdoc/RubyXL/FloatValue.html +103 -0
- data/rdoc/RubyXL/Font.html +184 -0
- data/rdoc/RubyXL/FontConvenienceMethods.html +603 -0
- data/rdoc/RubyXL/FontScheme.html +106 -0
- data/rdoc/RubyXL/Fonts.html +157 -0
- data/rdoc/RubyXL/Formula.html +106 -0
- data/rdoc/RubyXL/FunctionGroup.html +106 -0
- data/rdoc/RubyXL/FunctionGroups.html +106 -0
- data/rdoc/RubyXL/GenericStorageObject.html +298 -0
- data/rdoc/RubyXL/GradientFill.html +106 -0
- data/rdoc/RubyXL/HeaderFooterSettings.html +106 -0
- data/rdoc/RubyXL/Hyperlink.html +106 -0
- data/rdoc/RubyXL/HyperlinkRelFile.html +117 -0
- data/rdoc/RubyXL/Hyperlinks.html +106 -0
- data/rdoc/RubyXL/IconFilter.html +106 -0
- data/rdoc/RubyXL/IconSet.html +106 -0
- data/rdoc/RubyXL/IgnoredError.html +106 -0
- data/rdoc/RubyXL/IgnoredErrors.html +106 -0
- data/rdoc/RubyXL/IndexedColors.html +106 -0
- data/rdoc/RubyXL/InputCells.html +106 -0
- data/rdoc/RubyXL/IntegerNode.html +103 -0
- data/rdoc/RubyXL/IntegerValue.html +103 -0
- data/rdoc/RubyXL/LegacyCell.html +181 -0
- data/rdoc/RubyXL/LegacyWorksheet.html +355 -0
- data/rdoc/RubyXL/MRUColors.html +106 -0
- data/rdoc/RubyXL/MacrosFile.html +122 -0
- data/rdoc/RubyXL/MergedCell.html +106 -0
- data/rdoc/RubyXL/MergedCells.html +106 -0
- data/rdoc/RubyXL/NumFmt.html +106 -0
- data/rdoc/RubyXL/NumberFormat.html +158 -0
- data/rdoc/RubyXL/NumberFormats.html +172 -0
- data/rdoc/RubyXL/OLEObject.html +106 -0
- data/rdoc/RubyXL/OLEObjectFile.html +122 -0
- data/rdoc/RubyXL/OLEObjects.html +106 -0
- data/rdoc/RubyXL/OLESize.html +106 -0
- data/rdoc/RubyXL/OOXMLContainerObject.html +394 -0
- data/rdoc/RubyXL/OOXMLObject.html +118 -0
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +532 -0
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +564 -0
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +603 -0
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +384 -0
- data/rdoc/RubyXL/Offset.html +106 -0
- data/rdoc/RubyXL/OutlineProperties.html +106 -0
- data/rdoc/RubyXL/PageMargins.html +106 -0
- data/rdoc/RubyXL/PageSetup.html +106 -0
- data/rdoc/RubyXL/PageSetupProperties.html +106 -0
- data/rdoc/RubyXL/Pane.html +106 -0
- data/rdoc/RubyXL/Parser.html +204 -0
- data/rdoc/RubyXL/PatternFill.html +106 -0
- data/rdoc/RubyXL/PhoneticProperties.html +106 -0
- data/rdoc/RubyXL/PhoneticRun.html +106 -0
- data/rdoc/RubyXL/PivotArea.html +106 -0
- data/rdoc/RubyXL/PivotCache.html +106 -0
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +133 -0
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +122 -0
- data/rdoc/RubyXL/PivotCaches.html +106 -0
- data/rdoc/RubyXL/PivotReference.html +106 -0
- data/rdoc/RubyXL/PivotReferences.html +106 -0
- data/rdoc/RubyXL/PivotTableFile.html +133 -0
- data/rdoc/RubyXL/PivotTableSelection.html +106 -0
- data/rdoc/RubyXL/PresetGeometry.html +106 -0
- data/rdoc/RubyXL/PrintOptions.html +106 -0
- data/rdoc/RubyXL/PrinterSettingsFile.html +122 -0
- data/rdoc/RubyXL/ProtectedRange.html +106 -0
- data/rdoc/RubyXL/ProtectedRanges.html +106 -0
- data/rdoc/RubyXL/Protection.html +106 -0
- data/rdoc/RubyXL/RID.html +103 -0
- data/rdoc/RubyXL/RawOOXML.html +223 -0
- data/rdoc/RubyXL/Reference.html +640 -0
- data/rdoc/RubyXL/Relationship.html +103 -0
- data/rdoc/RubyXL/RelationshipSupport.html +419 -0
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +148 -0
- data/rdoc/RubyXL/RichText.html +159 -0
- data/rdoc/RubyXL/RichTextRun.html +157 -0
- data/rdoc/RubyXL/Row.html +439 -0
- data/rdoc/RubyXL/RowExt.html +106 -0
- data/rdoc/RubyXL/RunProperties.html +106 -0
- data/rdoc/RubyXL/Scenario.html +106 -0
- data/rdoc/RubyXL/Scenarios.html +106 -0
- data/rdoc/RubyXL/Selection.html +165 -0
- data/rdoc/RubyXL/ShapeGuide.html +106 -0
- data/rdoc/RubyXL/ShapeTextRectangle.html +106 -0
- data/rdoc/RubyXL/SharedStringsTable.html +424 -0
- data/rdoc/RubyXL/Sheet.html +106 -0
- data/rdoc/RubyXL/SheetCalculationProperties.html +106 -0
- data/rdoc/RubyXL/SheetData.html +192 -0
- data/rdoc/RubyXL/SheetDataExt.html +106 -0
- data/rdoc/RubyXL/SheetDataSet.html +106 -0
- data/rdoc/RubyXL/SheetName.html +106 -0
- data/rdoc/RubyXL/SheetNames.html +106 -0
- data/rdoc/RubyXL/Sheets.html +106 -0
- data/rdoc/RubyXL/SlicerCacheFile.html +122 -0
- data/rdoc/RubyXL/SlicerFile.html +122 -0
- data/rdoc/RubyXL/SmartTagProperties.html +106 -0
- data/rdoc/RubyXL/SmartTagType.html +106 -0
- data/rdoc/RubyXL/SmartTagTypes.html +106 -0
- data/rdoc/RubyXL/SmartTags.html +106 -0
- data/rdoc/RubyXL/SortCondition.html +106 -0
- data/rdoc/RubyXL/SortState.html +106 -0
- data/rdoc/RubyXL/Sqref.html +197 -0
- data/rdoc/RubyXL/Stop.html +106 -0
- data/rdoc/RubyXL/StringNode.html +103 -0
- data/rdoc/RubyXL/StringNodeW3C.html +197 -0
- data/rdoc/RubyXL/StringValue.html +103 -0
- data/rdoc/RubyXL/Stylesheet.html +354 -0
- data/rdoc/RubyXL/TableFile.html +122 -0
- data/rdoc/RubyXL/TableParts.html +103 -0
- data/rdoc/RubyXL/TableStyle.html +106 -0
- data/rdoc/RubyXL/TableStyles.html +106 -0
- data/rdoc/RubyXL/Text.html +216 -0
- data/rdoc/RubyXL/Theme.html +535 -0
- data/rdoc/RubyXL/ThemeElements.html +106 -0
- data/rdoc/RubyXL/ThumbnailFile.html +122 -0
- data/rdoc/RubyXL/Top10.html +106 -0
- data/rdoc/RubyXL/VMLDrawingFile.html +134 -0
- data/rdoc/RubyXL/Variant.html +106 -0
- data/rdoc/RubyXL/Vector.html +161 -0
- data/rdoc/RubyXL/VectorValue.html +103 -0
- data/rdoc/RubyXL/VisualProperties.html +106 -0
- data/rdoc/RubyXL/WebPublishObject.html +106 -0
- data/rdoc/RubyXL/WebPublishObjects.html +106 -0
- data/rdoc/RubyXL/WebPublishingItem.html +106 -0
- data/rdoc/RubyXL/WebPublishingItems.html +106 -0
- data/rdoc/RubyXL/WebPublishingProperties.html +106 -0
- data/rdoc/RubyXL/Workbook.html +633 -0
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +1321 -0
- data/rdoc/RubyXL/WorkbookProperties.html +106 -0
- data/rdoc/RubyXL/WorkbookProtection.html +106 -0
- data/rdoc/RubyXL/WorkbookRoot.html +402 -0
- data/rdoc/RubyXL/WorkbookView.html +106 -0
- data/rdoc/RubyXL/WorkbookViews.html +106 -0
- data/rdoc/RubyXL/Worksheet.html +433 -0
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2861 -0
- data/rdoc/RubyXL/WorksheetDimensions.html +106 -0
- data/rdoc/RubyXL/WorksheetFormatProperties.html +103 -0
- data/rdoc/RubyXL/WorksheetProperties.html +106 -0
- data/rdoc/RubyXL/WorksheetProtection.html +106 -0
- data/rdoc/RubyXL/WorksheetView.html +106 -0
- data/rdoc/RubyXL/WorksheetViews.html +106 -0
- data/rdoc/RubyXL/XF.html +106 -0
- data/rdoc/created.rid +38 -0
- data/rdoc/css/fonts.css +167 -0
- data/rdoc/css/rdoc.css +590 -0
- data/rdoc/fonts/Lato-Light.ttf +0 -0
- data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/rdoc/fonts/Lato-Regular.ttf +0 -0
- data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/rdoc/images/add.png +0 -0
- data/rdoc/images/arrow_up.png +0 -0
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/delete.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_blue.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/transparent.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +796 -0
- data/rdoc/js/darkfish.js +161 -0
- data/rdoc/js/jquery.js +4 -0
- data/rdoc/js/navigation.js +142 -0
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +109 -0
- data/rdoc/js/search_index.js +1 -0
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +229 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +2758 -0
- data/rubyXL.gemspec +516 -0
- data/spec/lib/cell_spec.rb +515 -0
- data/spec/lib/color_spec.rb +13 -0
- data/spec/lib/parser_spec.rb +118 -0
- data/spec/lib/reference_spec.rb +28 -0
- data/spec/lib/stylesheet_spec.rb +28 -0
- data/spec/lib/text_spec.rb +29 -0
- data/spec/lib/workbook_spec.rb +174 -0
- data/spec/lib/worksheet_spec.rb +1363 -0
- data/spec/spec_helper.rb +11 -0
- data/test/input/.gitkeep +0 -0
- data/test/output/.gitkeep +0 -0
- data/test/test_parse_write.rb +15 -0
- data/tmp/.gitignore +1 -0
- metadata +615 -0
@@ -0,0 +1,1211 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>module RubyXL::CellConvenienceMethods - rubyXL 3.3.27</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "../";
|
11
|
+
var index_rel_prefix = "../";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="../js/jquery.js"></script>
|
15
|
+
<script src="../js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="../css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="../css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
<body id="top" role="document" class="module">
|
23
|
+
<nav role="navigation">
|
24
|
+
<div id="project-navigation">
|
25
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
26
|
+
<h2>
|
27
|
+
<a href="../index.html" rel="home">Home</a>
|
28
|
+
</h2>
|
29
|
+
|
30
|
+
<div id="table-of-contents-navigation">
|
31
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
32
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
33
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
38
|
+
<form action="#" method="get" accept-charset="utf-8">
|
39
|
+
<div id="search-field-wrapper">
|
40
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
41
|
+
aria-autocomplete="list" aria-controls="search-results"
|
42
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
43
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<ul id="search-results" aria-label="Search Results"
|
47
|
+
aria-busy="false" aria-expanded="false"
|
48
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
49
|
+
</form>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<div id="class-metadata">
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<!-- Method Quickref -->
|
62
|
+
<div id="method-list-section" class="nav-section">
|
63
|
+
<h3>Methods</h3>
|
64
|
+
|
65
|
+
<ul class="link-list" role="directory">
|
66
|
+
|
67
|
+
<li ><a href="#method-i-change_border">#change_border</a>
|
68
|
+
|
69
|
+
<li ><a href="#method-i-change_border_color">#change_border_color</a>
|
70
|
+
|
71
|
+
<li ><a href="#method-i-change_contents">#change_contents</a>
|
72
|
+
|
73
|
+
<li ><a href="#method-i-change_fill">#change_fill</a>
|
74
|
+
|
75
|
+
<li ><a href="#method-i-change_font_bold">#change_font_bold</a>
|
76
|
+
|
77
|
+
<li ><a href="#method-i-change_font_color">#change_font_color</a>
|
78
|
+
|
79
|
+
<li ><a href="#method-i-change_font_italics">#change_font_italics</a>
|
80
|
+
|
81
|
+
<li ><a href="#method-i-change_font_name">#change_font_name</a>
|
82
|
+
|
83
|
+
<li ><a href="#method-i-change_font_size">#change_font_size</a>
|
84
|
+
|
85
|
+
<li ><a href="#method-i-change_font_strikethrough">#change_font_strikethrough</a>
|
86
|
+
|
87
|
+
<li ><a href="#method-i-change_font_underline">#change_font_underline</a>
|
88
|
+
|
89
|
+
<li ><a href="#method-i-change_horizontal_alignment">#change_horizontal_alignment</a>
|
90
|
+
|
91
|
+
<li ><a href="#method-i-change_text_wrap">#change_text_wrap</a>
|
92
|
+
|
93
|
+
<li ><a href="#method-i-change_vertical_alignment">#change_vertical_alignment</a>
|
94
|
+
|
95
|
+
<li ><a href="#method-i-fill_color">#fill_color</a>
|
96
|
+
|
97
|
+
<li ><a href="#method-i-font_color">#font_color</a>
|
98
|
+
|
99
|
+
<li ><a href="#method-i-font_name">#font_name</a>
|
100
|
+
|
101
|
+
<li ><a href="#method-i-font_size">#font_size</a>
|
102
|
+
|
103
|
+
<li ><a href="#method-i-font_switch">#font_switch</a>
|
104
|
+
|
105
|
+
<li ><a href="#method-i-get_border">#get_border</a>
|
106
|
+
|
107
|
+
<li ><a href="#method-i-get_border_color">#get_border_color</a>
|
108
|
+
|
109
|
+
<li ><a href="#method-i-horizontal_alignment">#horizontal_alignment</a>
|
110
|
+
|
111
|
+
<li ><a href="#method-i-is_bolded">#is_bolded</a>
|
112
|
+
|
113
|
+
<li ><a href="#method-i-is_italicized">#is_italicized</a>
|
114
|
+
|
115
|
+
<li ><a href="#method-i-is_struckthrough">#is_struckthrough</a>
|
116
|
+
|
117
|
+
<li ><a href="#method-i-is_underlined">#is_underlined</a>
|
118
|
+
|
119
|
+
<li ><a href="#method-i-set_number_format">#set_number_format</a>
|
120
|
+
|
121
|
+
<li ><a href="#method-i-text_wrap">#text_wrap</a>
|
122
|
+
|
123
|
+
<li ><a href="#method-i-vertical_alignment">#vertical_alignment</a>
|
124
|
+
|
125
|
+
</ul>
|
126
|
+
</div>
|
127
|
+
|
128
|
+
</div>
|
129
|
+
</nav>
|
130
|
+
|
131
|
+
<main role="main" aria-labelledby="module-RubyXL::CellConvenienceMethods">
|
132
|
+
<h1 id="module-RubyXL::CellConvenienceMethods" class="module">
|
133
|
+
module RubyXL::CellConvenienceMethods
|
134
|
+
</h1>
|
135
|
+
|
136
|
+
<section class="description">
|
137
|
+
|
138
|
+
</section>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
154
|
+
<header>
|
155
|
+
<h3>Public Instance Methods</h3>
|
156
|
+
</header>
|
157
|
+
|
158
|
+
|
159
|
+
<div id="method-i-change_border" class="method-detail ">
|
160
|
+
|
161
|
+
<div class="method-heading">
|
162
|
+
<span class="method-name">change_border</span><span
|
163
|
+
class="method-args">(direction, weight)</span>
|
164
|
+
|
165
|
+
<span class="method-click-advice">click to toggle source</span>
|
166
|
+
|
167
|
+
</div>
|
168
|
+
|
169
|
+
|
170
|
+
<div class="method-description">
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
<div class="method-source-code" id="change_border-source">
|
178
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 872</span>
|
179
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_border</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
|
180
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
181
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_border</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
|
182
|
+
<span class="ruby-keyword">end</span></pre>
|
183
|
+
</div>
|
184
|
+
|
185
|
+
</div>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
</div>
|
191
|
+
|
192
|
+
|
193
|
+
<div id="method-i-change_border_color" class="method-detail ">
|
194
|
+
|
195
|
+
<div class="method-heading">
|
196
|
+
<span class="method-name">change_border_color</span><span
|
197
|
+
class="method-args">(direction, color)</span>
|
198
|
+
|
199
|
+
<span class="method-click-advice">click to toggle source</span>
|
200
|
+
|
201
|
+
</div>
|
202
|
+
|
203
|
+
|
204
|
+
<div class="method-description">
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
<div class="method-source-code" id="change_border_color-source">
|
212
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 877</span>
|
213
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_border_color</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
|
214
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
215
|
+
<span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">color</span>)
|
216
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_border_color</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
|
217
|
+
<span class="ruby-keyword">end</span></pre>
|
218
|
+
</div>
|
219
|
+
|
220
|
+
</div>
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
</div>
|
226
|
+
|
227
|
+
|
228
|
+
<div id="method-i-change_contents" class="method-detail ">
|
229
|
+
|
230
|
+
<div class="method-heading">
|
231
|
+
<span class="method-name">change_contents</span><span
|
232
|
+
class="method-args">(data, formula_expression = nil)</span>
|
233
|
+
|
234
|
+
<span class="method-click-advice">click to toggle source</span>
|
235
|
+
|
236
|
+
</div>
|
237
|
+
|
238
|
+
|
239
|
+
<div class="method-description">
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
<div class="method-source-code" id="change_contents-source">
|
247
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 829</span>
|
248
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_contents</span>(<span class="ruby-identifier">data</span>, <span class="ruby-identifier">formula_expression</span> = <span class="ruby-keyword">nil</span>)
|
249
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
250
|
+
|
251
|
+
<span class="ruby-keyword">if</span> <span class="ruby-identifier">formula_expression</span> <span class="ruby-keyword">then</span>
|
252
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">datatype</span> = <span class="ruby-keyword">nil</span>
|
253
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">formula</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Formula</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:expression</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">formula_expression</span>)
|
254
|
+
<span class="ruby-keyword">else</span>
|
255
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">datatype</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">data</span>
|
256
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Date</span>, <span class="ruby-constant">Numeric</span> <span class="ruby-keyword">then</span> <span class="ruby-keyword">nil</span>
|
257
|
+
<span class="ruby-keyword">else</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">DataType</span><span class="ruby-operator">::</span><span class="ruby-constant">RAW_STRING</span>
|
258
|
+
<span class="ruby-keyword">end</span>
|
259
|
+
<span class="ruby-keyword">end</span>
|
260
|
+
|
261
|
+
<span class="ruby-identifier">data</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">date_to_num</span>(<span class="ruby-identifier">data</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">data</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Date</span>)
|
262
|
+
|
263
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">raw_value</span> = <span class="ruby-identifier">data</span>
|
264
|
+
<span class="ruby-keyword">end</span></pre>
|
265
|
+
</div>
|
266
|
+
|
267
|
+
</div>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
</div>
|
273
|
+
|
274
|
+
|
275
|
+
<div id="method-i-change_fill" class="method-detail ">
|
276
|
+
|
277
|
+
<div class="method-heading">
|
278
|
+
<span class="method-name">change_fill</span><span
|
279
|
+
class="method-args">(rgb = 'ffffff')</span>
|
280
|
+
|
281
|
+
<span class="method-click-advice">click to toggle source</span>
|
282
|
+
|
283
|
+
</div>
|
284
|
+
|
285
|
+
|
286
|
+
<div class="method-description">
|
287
|
+
|
288
|
+
<p>Changes fill color of cell</p>
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
<div class="method-source-code" id="change_fill-source">
|
294
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 952</span>
|
295
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_fill</span>(<span class="ruby-identifier">rgb</span> = <span class="ruby-string">'ffffff'</span>)
|
296
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
297
|
+
<span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">rgb</span>)
|
298
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_fill</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">rgb</span>)
|
299
|
+
<span class="ruby-keyword">end</span></pre>
|
300
|
+
</div>
|
301
|
+
|
302
|
+
</div>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
</div>
|
308
|
+
|
309
|
+
|
310
|
+
<div id="method-i-change_font_bold" class="method-detail ">
|
311
|
+
|
312
|
+
<div class="method-heading">
|
313
|
+
<span class="method-name">change_font_bold</span><span
|
314
|
+
class="method-args">(bolded = false)</span>
|
315
|
+
|
316
|
+
<span class="method-click-advice">click to toggle source</span>
|
317
|
+
|
318
|
+
</div>
|
319
|
+
|
320
|
+
|
321
|
+
<div class="method-description">
|
322
|
+
|
323
|
+
<p>Changes font bold settings of cell</p>
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
<div class="method-source-code" id="change_font_bold-source">
|
329
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 997</span>
|
330
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_bold</span>(<span class="ruby-identifier">bolded</span> = <span class="ruby-keyword">false</span>)
|
331
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
332
|
+
|
333
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
334
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_bold</span>(<span class="ruby-identifier">bolded</span>)
|
335
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
336
|
+
<span class="ruby-keyword">end</span></pre>
|
337
|
+
</div>
|
338
|
+
|
339
|
+
</div>
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
|
344
|
+
</div>
|
345
|
+
|
346
|
+
|
347
|
+
<div id="method-i-change_font_color" class="method-detail ">
|
348
|
+
|
349
|
+
<div class="method-heading">
|
350
|
+
<span class="method-name">change_font_color</span><span
|
351
|
+
class="method-args">(font_color = '000000')</span>
|
352
|
+
|
353
|
+
<span class="method-click-advice">click to toggle source</span>
|
354
|
+
|
355
|
+
</div>
|
356
|
+
|
357
|
+
|
358
|
+
<div class="method-description">
|
359
|
+
|
360
|
+
<p>Changes font color of cell</p>
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
<div class="method-source-code" id="change_font_color-source">
|
366
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 978</span>
|
367
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_color</span>(<span class="ruby-identifier">font_color</span> = <span class="ruby-string">'000000'</span>)
|
368
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
369
|
+
<span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">font_color</span>)
|
370
|
+
|
371
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
372
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_rgb_color</span>(<span class="ruby-identifier">font_color</span>)
|
373
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
374
|
+
<span class="ruby-keyword">end</span></pre>
|
375
|
+
</div>
|
376
|
+
|
377
|
+
</div>
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
</div>
|
383
|
+
|
384
|
+
|
385
|
+
<div id="method-i-change_font_italics" class="method-detail ">
|
386
|
+
|
387
|
+
<div class="method-heading">
|
388
|
+
<span class="method-name">change_font_italics</span><span
|
389
|
+
class="method-args">(italicized = false)</span>
|
390
|
+
|
391
|
+
<span class="method-click-advice">click to toggle source</span>
|
392
|
+
|
393
|
+
</div>
|
394
|
+
|
395
|
+
|
396
|
+
<div class="method-description">
|
397
|
+
|
398
|
+
<p>Changes font italics settings of cell</p>
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
<div class="method-source-code" id="change_font_italics-source">
|
404
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 988</span>
|
405
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_italics</span>(<span class="ruby-identifier">italicized</span> = <span class="ruby-keyword">false</span>)
|
406
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
407
|
+
|
408
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
409
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_italic</span>(<span class="ruby-identifier">italicized</span>)
|
410
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
411
|
+
<span class="ruby-keyword">end</span></pre>
|
412
|
+
</div>
|
413
|
+
|
414
|
+
</div>
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
</div>
|
420
|
+
|
421
|
+
|
422
|
+
<div id="method-i-change_font_name" class="method-detail ">
|
423
|
+
|
424
|
+
<div class="method-heading">
|
425
|
+
<span class="method-name">change_font_name</span><span
|
426
|
+
class="method-args">(new_font_name = 'Verdana')</span>
|
427
|
+
|
428
|
+
<span class="method-click-advice">click to toggle source</span>
|
429
|
+
|
430
|
+
</div>
|
431
|
+
|
432
|
+
|
433
|
+
<div class="method-description">
|
434
|
+
|
435
|
+
<p>Changes font name of cell</p>
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
<div class="method-source-code" id="change_font_name-source">
|
441
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 959</span>
|
442
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_name</span>(<span class="ruby-identifier">new_font_name</span> = <span class="ruby-string">'Verdana'</span>)
|
443
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
444
|
+
|
445
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
446
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_name</span>(<span class="ruby-identifier">new_font_name</span>)
|
447
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
448
|
+
<span class="ruby-keyword">end</span></pre>
|
449
|
+
</div>
|
450
|
+
|
451
|
+
</div>
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
</div>
|
457
|
+
|
458
|
+
|
459
|
+
<div id="method-i-change_font_size" class="method-detail ">
|
460
|
+
|
461
|
+
<div class="method-heading">
|
462
|
+
<span class="method-name">change_font_size</span><span
|
463
|
+
class="method-args">(font_size = 10)</span>
|
464
|
+
|
465
|
+
<span class="method-click-advice">click to toggle source</span>
|
466
|
+
|
467
|
+
</div>
|
468
|
+
|
469
|
+
|
470
|
+
<div class="method-description">
|
471
|
+
|
472
|
+
<p>Changes font size of cell</p>
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
<div class="method-source-code" id="change_font_size-source">
|
478
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 968</span>
|
479
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_size</span>(<span class="ruby-identifier">font_size</span> = <span class="ruby-value">10</span>)
|
480
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
481
|
+
<span class="ruby-identifier">raise</span> <span class="ruby-string">'Argument must be a number'</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">font_size</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Integer</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">font_size</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Float</span>)
|
482
|
+
|
483
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
484
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_size</span>(<span class="ruby-identifier">font_size</span>)
|
485
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
486
|
+
<span class="ruby-keyword">end</span></pre>
|
487
|
+
</div>
|
488
|
+
|
489
|
+
</div>
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
</div>
|
495
|
+
|
496
|
+
|
497
|
+
<div id="method-i-change_font_strikethrough" class="method-detail ">
|
498
|
+
|
499
|
+
<div class="method-heading">
|
500
|
+
<span class="method-name">change_font_strikethrough</span><span
|
501
|
+
class="method-args">(struckthrough = false)</span>
|
502
|
+
|
503
|
+
<span class="method-click-advice">click to toggle source</span>
|
504
|
+
|
505
|
+
</div>
|
506
|
+
|
507
|
+
|
508
|
+
<div class="method-description">
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
<div class="method-source-code" id="change_font_strikethrough-source">
|
516
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 1014</span>
|
517
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_strikethrough</span>(<span class="ruby-identifier">struckthrough</span> = <span class="ruby-keyword">false</span>)
|
518
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
519
|
+
|
520
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
521
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_strikethrough</span>(<span class="ruby-identifier">struckthrough</span>)
|
522
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
523
|
+
<span class="ruby-keyword">end</span></pre>
|
524
|
+
</div>
|
525
|
+
|
526
|
+
</div>
|
527
|
+
|
528
|
+
|
529
|
+
|
530
|
+
|
531
|
+
</div>
|
532
|
+
|
533
|
+
|
534
|
+
<div id="method-i-change_font_underline" class="method-detail ">
|
535
|
+
|
536
|
+
<div class="method-heading">
|
537
|
+
<span class="method-name">change_font_underline</span><span
|
538
|
+
class="method-args">(underlined = false)</span>
|
539
|
+
|
540
|
+
<span class="method-click-advice">click to toggle source</span>
|
541
|
+
|
542
|
+
</div>
|
543
|
+
|
544
|
+
|
545
|
+
<div class="method-description">
|
546
|
+
|
547
|
+
<p>Changes font underline settings of cell</p>
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
|
552
|
+
<div class="method-source-code" id="change_font_underline-source">
|
553
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 1006</span>
|
554
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_font_underline</span>(<span class="ruby-identifier">underlined</span> = <span class="ruby-keyword">false</span>)
|
555
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
556
|
+
|
557
|
+
<span class="ruby-identifier">font</span> = <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">dup</span>
|
558
|
+
<span class="ruby-identifier">font</span>.<span class="ruby-identifier">set_underline</span>(<span class="ruby-identifier">underlined</span>)
|
559
|
+
<span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
|
560
|
+
<span class="ruby-keyword">end</span></pre>
|
561
|
+
</div>
|
562
|
+
|
563
|
+
</div>
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
</div>
|
569
|
+
|
570
|
+
|
571
|
+
<div id="method-i-change_horizontal_alignment" class="method-detail ">
|
572
|
+
|
573
|
+
<div class="method-heading">
|
574
|
+
<span class="method-name">change_horizontal_alignment</span><span
|
575
|
+
class="method-args">(alignment = 'center')</span>
|
576
|
+
|
577
|
+
<span class="method-click-advice">click to toggle source</span>
|
578
|
+
|
579
|
+
</div>
|
580
|
+
|
581
|
+
|
582
|
+
<div class="method-description">
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
<div class="method-source-code" id="change_horizontal_alignment-source">
|
590
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 857</span>
|
591
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_horizontal_alignment</span>(<span class="ruby-identifier">alignment</span> = <span class="ruby-string">'center'</span>)
|
592
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
593
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">horizontal</span> = <span class="ruby-identifier">alignment</span> }
|
594
|
+
<span class="ruby-keyword">end</span></pre>
|
595
|
+
</div>
|
596
|
+
|
597
|
+
</div>
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
</div>
|
603
|
+
|
604
|
+
|
605
|
+
<div id="method-i-change_text_wrap" class="method-detail ">
|
606
|
+
|
607
|
+
<div class="method-heading">
|
608
|
+
<span class="method-name">change_text_wrap</span><span
|
609
|
+
class="method-args">(wrap = false)</span>
|
610
|
+
|
611
|
+
<span class="method-click-advice">click to toggle source</span>
|
612
|
+
|
613
|
+
</div>
|
614
|
+
|
615
|
+
|
616
|
+
<div class="method-description">
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
|
621
|
+
|
622
|
+
|
623
|
+
<div class="method-source-code" id="change_text_wrap-source">
|
624
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 867</span>
|
625
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_text_wrap</span>(<span class="ruby-identifier">wrap</span> = <span class="ruby-keyword">false</span>)
|
626
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
627
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">wrap_text</span> = <span class="ruby-identifier">wrap</span> }
|
628
|
+
<span class="ruby-keyword">end</span></pre>
|
629
|
+
</div>
|
630
|
+
|
631
|
+
</div>
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
</div>
|
637
|
+
|
638
|
+
|
639
|
+
<div id="method-i-change_vertical_alignment" class="method-detail ">
|
640
|
+
|
641
|
+
<div class="method-heading">
|
642
|
+
<span class="method-name">change_vertical_alignment</span><span
|
643
|
+
class="method-args">(alignment = 'center')</span>
|
644
|
+
|
645
|
+
<span class="method-click-advice">click to toggle source</span>
|
646
|
+
|
647
|
+
</div>
|
648
|
+
|
649
|
+
|
650
|
+
<div class="method-description">
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
<div class="method-source-code" id="change_vertical_alignment-source">
|
658
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 862</span>
|
659
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_vertical_alignment</span>(<span class="ruby-identifier">alignment</span> = <span class="ruby-string">'center'</span>)
|
660
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
661
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">vertical</span> = <span class="ruby-identifier">alignment</span> }
|
662
|
+
<span class="ruby-keyword">end</span></pre>
|
663
|
+
</div>
|
664
|
+
|
665
|
+
</div>
|
666
|
+
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
</div>
|
671
|
+
|
672
|
+
|
673
|
+
<div id="method-i-fill_color" class="method-detail ">
|
674
|
+
|
675
|
+
<div class="method-heading">
|
676
|
+
<span class="method-name">fill_color</span><span
|
677
|
+
class="method-args">()</span>
|
678
|
+
|
679
|
+
<span class="method-click-advice">click to toggle source</span>
|
680
|
+
|
681
|
+
</div>
|
682
|
+
|
683
|
+
|
684
|
+
<div class="method-description">
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
<div class="method-source-code" id="fill_color-source">
|
692
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 918</span>
|
693
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">fill_color</span>()
|
694
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
695
|
+
<span class="ruby-keyword">return</span> <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">get_fill_color</span>(<span class="ruby-identifier">get_cell_xf</span>)
|
696
|
+
<span class="ruby-keyword">end</span></pre>
|
697
|
+
</div>
|
698
|
+
|
699
|
+
</div>
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
</div>
|
705
|
+
|
706
|
+
|
707
|
+
<div id="method-i-font_color" class="method-detail ">
|
708
|
+
|
709
|
+
<div class="method-heading">
|
710
|
+
<span class="method-name">font_color</span><span
|
711
|
+
class="method-args">()</span>
|
712
|
+
|
713
|
+
<span class="method-click-advice">click to toggle source</span>
|
714
|
+
|
715
|
+
</div>
|
716
|
+
|
717
|
+
|
718
|
+
<div class="method-description">
|
719
|
+
|
720
|
+
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
<div class="method-source-code" id="font_color-source">
|
726
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 913</span>
|
727
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">font_color</span>()
|
728
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
729
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_rgb_color</span> <span class="ruby-operator">||</span> <span class="ruby-string">'000000'</span>
|
730
|
+
<span class="ruby-keyword">end</span></pre>
|
731
|
+
</div>
|
732
|
+
|
733
|
+
</div>
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
</div>
|
739
|
+
|
740
|
+
|
741
|
+
<div id="method-i-font_name" class="method-detail ">
|
742
|
+
|
743
|
+
<div class="method-heading">
|
744
|
+
<span class="method-name">font_name</span><span
|
745
|
+
class="method-args">()</span>
|
746
|
+
|
747
|
+
<span class="method-click-advice">click to toggle source</span>
|
748
|
+
|
749
|
+
</div>
|
750
|
+
|
751
|
+
|
752
|
+
<div class="method-description">
|
753
|
+
|
754
|
+
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
|
759
|
+
<div class="method-source-code" id="font_name-source">
|
760
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 903</span>
|
761
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">font_name</span>()
|
762
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
763
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_name</span>
|
764
|
+
<span class="ruby-keyword">end</span></pre>
|
765
|
+
</div>
|
766
|
+
|
767
|
+
</div>
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
</div>
|
773
|
+
|
774
|
+
|
775
|
+
<div id="method-i-font_size" class="method-detail ">
|
776
|
+
|
777
|
+
<div class="method-heading">
|
778
|
+
<span class="method-name">font_size</span><span
|
779
|
+
class="method-args">()</span>
|
780
|
+
|
781
|
+
<span class="method-click-advice">click to toggle source</span>
|
782
|
+
|
783
|
+
</div>
|
784
|
+
|
785
|
+
|
786
|
+
<div class="method-description">
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
<div class="method-source-code" id="font_size-source">
|
794
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 908</span>
|
795
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">font_size</span>()
|
796
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
797
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_size</span>
|
798
|
+
<span class="ruby-keyword">end</span></pre>
|
799
|
+
</div>
|
800
|
+
|
801
|
+
</div>
|
802
|
+
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
</div>
|
807
|
+
|
808
|
+
|
809
|
+
<div id="method-i-font_switch" class="method-detail ">
|
810
|
+
|
811
|
+
<div class="method-heading">
|
812
|
+
<span class="method-name">font_switch</span><span
|
813
|
+
class="method-args">(change_type, arg)</span>
|
814
|
+
|
815
|
+
<span class="method-click-advice">click to toggle source</span>
|
816
|
+
|
817
|
+
</div>
|
818
|
+
|
819
|
+
|
820
|
+
<div class="method-description">
|
821
|
+
|
822
|
+
<p>Performs correct modification based on what type of change_type is
|
823
|
+
specified</p>
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
<div class="method-source-code" id="font_switch-source">
|
829
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 1030</span>
|
830
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">font_switch</span>(<span class="ruby-identifier">change_type</span>, <span class="ruby-identifier">arg</span>)
|
831
|
+
<span class="ruby-keyword">case</span> <span class="ruby-identifier">change_type</span>
|
832
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">NAME</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_name</span>(<span class="ruby-identifier">arg</span>)
|
833
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">SIZE</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_size</span>(<span class="ruby-identifier">arg</span>)
|
834
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">COLOR</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_color</span>(<span class="ruby-identifier">arg</span>)
|
835
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">ITALICS</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_italics</span>(<span class="ruby-identifier">arg</span>)
|
836
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">BOLD</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_bold</span>(<span class="ruby-identifier">arg</span>)
|
837
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">UNDERLINE</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_underline</span>(<span class="ruby-identifier">arg</span>)
|
838
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">STRIKETHROUGH</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_strikethrough</span>(<span class="ruby-identifier">arg</span>)
|
839
|
+
<span class="ruby-keyword">else</span> <span class="ruby-identifier">raise</span> <span class="ruby-string">'Invalid change_type'</span>
|
840
|
+
<span class="ruby-keyword">end</span>
|
841
|
+
<span class="ruby-keyword">end</span></pre>
|
842
|
+
</div>
|
843
|
+
|
844
|
+
</div>
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
</div>
|
850
|
+
|
851
|
+
|
852
|
+
<div id="method-i-get_border" class="method-detail ">
|
853
|
+
|
854
|
+
<div class="method-heading">
|
855
|
+
<span class="method-name">get_border</span><span
|
856
|
+
class="method-args">(direction)</span>
|
857
|
+
|
858
|
+
<span class="method-click-advice">click to toggle source</span>
|
859
|
+
|
860
|
+
</div>
|
861
|
+
|
862
|
+
|
863
|
+
<div class="method-description">
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
<div class="method-source-code" id="get_border-source">
|
871
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 847</span>
|
872
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">get_border</span>(<span class="ruby-identifier">direction</span>)
|
873
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
874
|
+
<span class="ruby-identifier">get_cell_border</span>.<span class="ruby-identifier">get_edge_style</span>(<span class="ruby-identifier">direction</span>)
|
875
|
+
<span class="ruby-keyword">end</span></pre>
|
876
|
+
</div>
|
877
|
+
|
878
|
+
</div>
|
879
|
+
|
880
|
+
|
881
|
+
|
882
|
+
|
883
|
+
</div>
|
884
|
+
|
885
|
+
|
886
|
+
<div id="method-i-get_border_color" class="method-detail ">
|
887
|
+
|
888
|
+
<div class="method-heading">
|
889
|
+
<span class="method-name">get_border_color</span><span
|
890
|
+
class="method-args">(direction)</span>
|
891
|
+
|
892
|
+
<span class="method-click-advice">click to toggle source</span>
|
893
|
+
|
894
|
+
</div>
|
895
|
+
|
896
|
+
|
897
|
+
<div class="method-description">
|
898
|
+
|
899
|
+
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
<div class="method-source-code" id="get_border_color-source">
|
905
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 852</span>
|
906
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">get_border_color</span>(<span class="ruby-identifier">direction</span>)
|
907
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
908
|
+
<span class="ruby-identifier">get_cell_border</span>.<span class="ruby-identifier">get_edge_color</span>(<span class="ruby-identifier">direction</span>)
|
909
|
+
<span class="ruby-keyword">end</span></pre>
|
910
|
+
</div>
|
911
|
+
|
912
|
+
</div>
|
913
|
+
|
914
|
+
|
915
|
+
|
916
|
+
|
917
|
+
</div>
|
918
|
+
|
919
|
+
|
920
|
+
<div id="method-i-horizontal_alignment" class="method-detail ">
|
921
|
+
|
922
|
+
<div class="method-heading">
|
923
|
+
<span class="method-name">horizontal_alignment</span><span
|
924
|
+
class="method-args">()</span>
|
925
|
+
|
926
|
+
<span class="method-click-advice">click to toggle source</span>
|
927
|
+
|
928
|
+
</div>
|
929
|
+
|
930
|
+
|
931
|
+
<div class="method-description">
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
|
936
|
+
|
937
|
+
|
938
|
+
<div class="method-source-code" id="horizontal_alignment-source">
|
939
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 923</span>
|
940
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">horizontal_alignment</span>()
|
941
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
942
|
+
<span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
|
943
|
+
<span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">nil?</span>
|
944
|
+
<span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">horizontal</span>
|
945
|
+
<span class="ruby-keyword">end</span></pre>
|
946
|
+
</div>
|
947
|
+
|
948
|
+
</div>
|
949
|
+
|
950
|
+
|
951
|
+
|
952
|
+
|
953
|
+
</div>
|
954
|
+
|
955
|
+
|
956
|
+
<div id="method-i-is_bolded" class="method-detail ">
|
957
|
+
|
958
|
+
<div class="method-heading">
|
959
|
+
<span class="method-name">is_bolded</span><span
|
960
|
+
class="method-args">()</span>
|
961
|
+
|
962
|
+
<span class="method-click-advice">click to toggle source</span>
|
963
|
+
|
964
|
+
</div>
|
965
|
+
|
966
|
+
|
967
|
+
<div class="method-description">
|
968
|
+
|
969
|
+
|
970
|
+
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
<div class="method-source-code" id="is_bolded-source">
|
975
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 888</span>
|
976
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">is_bolded</span>()
|
977
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
978
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_bold</span>
|
979
|
+
<span class="ruby-keyword">end</span></pre>
|
980
|
+
</div>
|
981
|
+
|
982
|
+
</div>
|
983
|
+
|
984
|
+
|
985
|
+
|
986
|
+
|
987
|
+
</div>
|
988
|
+
|
989
|
+
|
990
|
+
<div id="method-i-is_italicized" class="method-detail ">
|
991
|
+
|
992
|
+
<div class="method-heading">
|
993
|
+
<span class="method-name">is_italicized</span><span
|
994
|
+
class="method-args">()</span>
|
995
|
+
|
996
|
+
<span class="method-click-advice">click to toggle source</span>
|
997
|
+
|
998
|
+
</div>
|
999
|
+
|
1000
|
+
|
1001
|
+
<div class="method-description">
|
1002
|
+
|
1003
|
+
|
1004
|
+
|
1005
|
+
|
1006
|
+
|
1007
|
+
|
1008
|
+
<div class="method-source-code" id="is_italicized-source">
|
1009
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 883</span>
|
1010
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">is_italicized</span>()
|
1011
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
1012
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_italic</span>
|
1013
|
+
<span class="ruby-keyword">end</span></pre>
|
1014
|
+
</div>
|
1015
|
+
|
1016
|
+
</div>
|
1017
|
+
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
</div>
|
1022
|
+
|
1023
|
+
|
1024
|
+
<div id="method-i-is_struckthrough" class="method-detail ">
|
1025
|
+
|
1026
|
+
<div class="method-heading">
|
1027
|
+
<span class="method-name">is_struckthrough</span><span
|
1028
|
+
class="method-args">()</span>
|
1029
|
+
|
1030
|
+
<span class="method-click-advice">click to toggle source</span>
|
1031
|
+
|
1032
|
+
</div>
|
1033
|
+
|
1034
|
+
|
1035
|
+
<div class="method-description">
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
|
1040
|
+
|
1041
|
+
|
1042
|
+
<div class="method-source-code" id="is_struckthrough-source">
|
1043
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 898</span>
|
1044
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">is_struckthrough</span>()
|
1045
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
1046
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_strikethrough</span>
|
1047
|
+
<span class="ruby-keyword">end</span></pre>
|
1048
|
+
</div>
|
1049
|
+
|
1050
|
+
</div>
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
|
1055
|
+
</div>
|
1056
|
+
|
1057
|
+
|
1058
|
+
<div id="method-i-is_underlined" class="method-detail ">
|
1059
|
+
|
1060
|
+
<div class="method-heading">
|
1061
|
+
<span class="method-name">is_underlined</span><span
|
1062
|
+
class="method-args">()</span>
|
1063
|
+
|
1064
|
+
<span class="method-click-advice">click to toggle source</span>
|
1065
|
+
|
1066
|
+
</div>
|
1067
|
+
|
1068
|
+
|
1069
|
+
<div class="method-description">
|
1070
|
+
|
1071
|
+
|
1072
|
+
|
1073
|
+
|
1074
|
+
|
1075
|
+
|
1076
|
+
<div class="method-source-code" id="is_underlined-source">
|
1077
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 893</span>
|
1078
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">is_underlined</span>()
|
1079
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
1080
|
+
<span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_underlined</span>
|
1081
|
+
<span class="ruby-keyword">end</span></pre>
|
1082
|
+
</div>
|
1083
|
+
|
1084
|
+
</div>
|
1085
|
+
|
1086
|
+
|
1087
|
+
|
1088
|
+
|
1089
|
+
</div>
|
1090
|
+
|
1091
|
+
|
1092
|
+
<div id="method-i-set_number_format" class="method-detail ">
|
1093
|
+
|
1094
|
+
<div class="method-heading">
|
1095
|
+
<span class="method-name">set_number_format</span><span
|
1096
|
+
class="method-args">(format_code)</span>
|
1097
|
+
|
1098
|
+
<span class="method-click-advice">click to toggle source</span>
|
1099
|
+
|
1100
|
+
</div>
|
1101
|
+
|
1102
|
+
|
1103
|
+
<div class="method-description">
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
|
1108
|
+
|
1109
|
+
|
1110
|
+
<div class="method-source-code" id="set_number_format-source">
|
1111
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 944</span>
|
1112
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">set_number_format</span>(<span class="ruby-identifier">format_code</span>)
|
1113
|
+
<span class="ruby-identifier">new_xf</span> = <span class="ruby-identifier">get_cell_xf</span>.<span class="ruby-identifier">dup</span>
|
1114
|
+
<span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">num_fmt_id</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">register_number_format</span>(<span class="ruby-identifier">format_code</span>)
|
1115
|
+
<span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">apply_number_format</span> = <span class="ruby-keyword">true</span>
|
1116
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">new_xf</span>)
|
1117
|
+
<span class="ruby-keyword">end</span></pre>
|
1118
|
+
</div>
|
1119
|
+
|
1120
|
+
</div>
|
1121
|
+
|
1122
|
+
|
1123
|
+
|
1124
|
+
|
1125
|
+
</div>
|
1126
|
+
|
1127
|
+
|
1128
|
+
<div id="method-i-text_wrap" class="method-detail ">
|
1129
|
+
|
1130
|
+
<div class="method-heading">
|
1131
|
+
<span class="method-name">text_wrap</span><span
|
1132
|
+
class="method-args">()</span>
|
1133
|
+
|
1134
|
+
<span class="method-click-advice">click to toggle source</span>
|
1135
|
+
|
1136
|
+
</div>
|
1137
|
+
|
1138
|
+
|
1139
|
+
<div class="method-description">
|
1140
|
+
|
1141
|
+
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1145
|
+
|
1146
|
+
<div class="method-source-code" id="text_wrap-source">
|
1147
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 937</span>
|
1148
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">text_wrap</span>()
|
1149
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
1150
|
+
<span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
|
1151
|
+
<span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">nil?</span>
|
1152
|
+
<span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">wrap_text</span>
|
1153
|
+
<span class="ruby-keyword">end</span></pre>
|
1154
|
+
</div>
|
1155
|
+
|
1156
|
+
</div>
|
1157
|
+
|
1158
|
+
|
1159
|
+
|
1160
|
+
|
1161
|
+
</div>
|
1162
|
+
|
1163
|
+
|
1164
|
+
<div id="method-i-vertical_alignment" class="method-detail ">
|
1165
|
+
|
1166
|
+
<div class="method-heading">
|
1167
|
+
<span class="method-name">vertical_alignment</span><span
|
1168
|
+
class="method-args">()</span>
|
1169
|
+
|
1170
|
+
<span class="method-click-advice">click to toggle source</span>
|
1171
|
+
|
1172
|
+
</div>
|
1173
|
+
|
1174
|
+
|
1175
|
+
<div class="method-description">
|
1176
|
+
|
1177
|
+
|
1178
|
+
|
1179
|
+
|
1180
|
+
|
1181
|
+
|
1182
|
+
<div class="method-source-code" id="vertical_alignment-source">
|
1183
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 930</span>
|
1184
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">vertical_alignment</span>()
|
1185
|
+
<span class="ruby-identifier">validate_worksheet</span>
|
1186
|
+
<span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
|
1187
|
+
<span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">nil?</span>
|
1188
|
+
<span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">vertical</span>
|
1189
|
+
<span class="ruby-keyword">end</span></pre>
|
1190
|
+
</div>
|
1191
|
+
|
1192
|
+
</div>
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
</div>
|
1198
|
+
|
1199
|
+
|
1200
|
+
</section>
|
1201
|
+
|
1202
|
+
</section>
|
1203
|
+
</main>
|
1204
|
+
|
1205
|
+
|
1206
|
+
<footer id="validator-badges" role="contentinfo">
|
1207
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
1208
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
|
1209
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
1210
|
+
</footer>
|
1211
|
+
|